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 ErrorMessage ¶ added in v0.21.0
type ErrorMessage struct {
Error error
}
type GenerateDockerRunModel ¶
type GenerateDockerRunModel struct {
RunID string
Run *run.Run
VerboseMode bool
VerboseMessages []string
Error error
}
func (GenerateDockerRunModel) Init ¶
func (m GenerateDockerRunModel) Init() tea.Cmd
func (GenerateDockerRunModel) View ¶
func (m GenerateDockerRunModel) View() string
type VerboseMessage ¶ added in v0.21.0
type VerboseMessage struct {
Content 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.