code

package
v0.22.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2025 License: MIT Imports: 15 Imported by: 0

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

func (cs *CodeService) GenerateDocker(printer *cprint.CPrinter, cmd *cobra.Command) error

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) Update

func (m GenerateDockerRunModel) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (GenerateDockerRunModel) View

func (m GenerateDockerRunModel) View() string

type RunData

type RunData struct {
	Action string  `json:"action"`
	RunId  string  `json:"runId"`
	Run    run.Run `json:"run"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL