Documentation
¶
Overview ¶
Package app implements the Bubble Tea TUI.
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 is the root Bubble Tea model.
func New ¶
func New(cfg config.Config, configPath string, svc service.Service, factory service.Factory, initialStatus string, forceSetup bool) *Model
New creates the root TUI model.
Click to show internal directories.
Click to hide internal directories.