Documentation
¶
Overview ¶
Package ui provides delegate types and list item wrappers for the Bubble Tea interface
Package ui provides the terminal user interface components using Bubble Tea for displaying AWS CodePipeline information in an interactive list format.
Package ui provides status bar component for displaying application context
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 represents the application state for the Bubble Tea program.
func NewModel ¶
NewModel creates a new Model with the provided pipeline service and logger. Initializes the list component and sets up key bindings.
func (Model) Init ¶
Init initializes the model and returns initial commands. Starts pipeline loading and sets up periodic refresh.
Click to show internal directories.
Click to hide internal directories.