Documentation ¶
Index ¶
- func NewEnvironmentActionsMenu(width int, height int, software component.Software) list.Model
- func NewEnvironmentSoftwareMenu(width int, height int) list.Model
- func NewMenu(width int, height int) list.Model
- type EnvironmentActionsMenuPageModel
- type EnvironmentOperationMenuPageModel
- type EnvironmentSoftwareMenuPageModel
- type HomePageModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnvironmentActionsMenuPageModel ¶
type EnvironmentActionsMenuPageModel struct {
// contains filtered or unexported fields
}
func NewEnvironmentActionsPage ¶
func NewEnvironmentActionsPage(width int, height int, software component.Software) EnvironmentActionsMenuPageModel
func (EnvironmentActionsMenuPageModel) Init ¶
func (m EnvironmentActionsMenuPageModel) Init() tea.Cmd
func (EnvironmentActionsMenuPageModel) View ¶
func (m EnvironmentActionsMenuPageModel) View() string
type EnvironmentOperationMenuPageModel ¶
type EnvironmentOperationMenuPageModel struct {
// contains filtered or unexported fields
}
func (EnvironmentOperationMenuPageModel) Init ¶
func (m EnvironmentOperationMenuPageModel) Init() tea.Cmd
func (EnvironmentOperationMenuPageModel) View ¶
func (m EnvironmentOperationMenuPageModel) View() string
type EnvironmentSoftwareMenuPageModel ¶
type EnvironmentSoftwareMenuPageModel struct {
// contains filtered or unexported fields
}
func NewEnvironmentSoftwarePage ¶
func NewEnvironmentSoftwarePage(width int, height int) EnvironmentSoftwareMenuPageModel
func (EnvironmentSoftwareMenuPageModel) Init ¶
func (m EnvironmentSoftwareMenuPageModel) Init() tea.Cmd
func (EnvironmentSoftwareMenuPageModel) View ¶
func (m EnvironmentSoftwareMenuPageModel) View() string
type HomePageModel ¶
type HomePageModel struct {
// contains filtered or unexported fields
}
func NewHomePage ¶
func NewHomePage(width int, height int) HomePageModel
func (HomePageModel) Init ¶
func (m HomePageModel) Init() tea.Cmd
func (HomePageModel) View ¶
func (m HomePageModel) View() string
Click to show internal directories.
Click to hide internal directories.