code

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2025 License: MIT Imports: 13 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 GenerateDockerRunModel

type GenerateDockerRunModel struct {
	RunID string
	Run   *run.Run
}

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