Documentation ¶
Overview ¶
Package deploy contains the TUI logic for bundle deploys
Package deploy contains the TUI logic for bundle deploys ¶
Package deploy contains the TUI logic for bundle deploys
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Program is the Bubbletea TUI main program Program *tea.Program )
Functions ¶
This section is empty.
Types ¶
type Model ¶ added in v0.10.1
type Model struct {
// contains filtered or unexported fields
}
Model contains the state of the TUI
func InitModel ¶
func InitModel(client bndlClientShim) Model
InitModel initializes the model for the TUI
Click to show internal directories.
Click to hide internal directories.