Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model for the TUI.
func NewModel ¶
func NewModel(steps []string, statusChan <-chan PipelineStatusMsg) Model
NewModel creates a new TUI model.
type PipelineStatusMsg ¶
type PipelineStatusMsg struct {
Step string
Status string // "started", "success", "error", "skipped"
Message string
}
PipelineStatusMsg indicates a status update from the pipeline.
Click to show internal directories.
Click to hide internal directories.