Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShowStateCosts ¶
func ShowStateCosts(s *cost.ModularState) error
Types ¶
type ComponentsModel ¶
type ComponentsModel struct {
// contains filtered or unexported fields
}
func (ComponentsModel) Init ¶
func (m ComponentsModel) Init() tea.Cmd
func (ComponentsModel) View ¶
func (m ComponentsModel) View() string
type FreeResourcesModel ¶
type FreeResourcesModel struct {
// contains filtered or unexported fields
}
func (FreeResourcesModel) Init ¶
func (m FreeResourcesModel) Init() tea.Cmd
func (FreeResourcesModel) View ¶
func (m FreeResourcesModel) View() string
type ResourcesModel ¶
type ResourcesModel struct {
// contains filtered or unexported fields
}
func (ResourcesModel) Init ¶
func (m ResourcesModel) Init() tea.Cmd
func (ResourcesModel) View ¶
func (m ResourcesModel) View() string
type SmallTerminalModel ¶
type SmallTerminalModel struct {
// contains filtered or unexported fields
}
func (SmallTerminalModel) Init ¶
func (m SmallTerminalModel) Init() tea.Cmd
func (SmallTerminalModel) View ¶
func (m SmallTerminalModel) View() string
type UnsupportedModel ¶
type UnsupportedModel struct {
// contains filtered or unexported fields
}
func (UnsupportedModel) Init ¶
func (m UnsupportedModel) Init() tea.Cmd
func (UnsupportedModel) View ¶
func (m UnsupportedModel) View() string
Click to show internal directories.
Click to hide internal directories.