Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeService ¶
type CodeService struct {
}
func NewService ¶
func NewService() *CodeService
func (*CodeService) GenerateDocker ¶
type GenerateDockerRunModel ¶
func (GenerateDockerRunModel) Init ¶
func (m GenerateDockerRunModel) Init() tea.Cmd
func (GenerateDockerRunModel) View ¶
func (m GenerateDockerRunModel) View() string
type WebSocketMessage ¶
type WebSocketMessage struct {
EventStreamTopic string `json:"eventStreamTopic"`
OrganizationId string `json:"organizationId"`
Data json.RawMessage `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.