Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainersModel ¶
type ContainersModel struct {
// contains filtered or unexported fields
}
func NewContainersModel ¶
func NewContainersModel(client *client.Client, containers []types.Container) ContainersModel
func (ContainersModel) Init ¶
func (m ContainersModel) Init() tea.Cmd
func (ContainersModel) View ¶
func (m ContainersModel) View() string
type InitialModel ¶
type InitialModel struct {
// contains filtered or unexported fields
}
InitialModel is the UI when the CLI starts, basically loading the repos.
func NewInitialModel ¶
func NewInitialModel(c *client.Client, _ Screen) InitialModel
NewInitialModel creates a new InitialModel with required fields.
func (InitialModel) Init ¶
func (m InitialModel) Init() tea.Cmd
func (InitialModel) View ¶
func (m InitialModel) View() string
Click to show internal directories.
Click to hide internal directories.