Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommandItem ¶
type CommandItem struct {
// contains filtered or unexported fields
}
CommandItem represents a command record for the list component
func (CommandItem) Description ¶
func (i CommandItem) Description() string
func (CommandItem) FilterValue ¶
func (i CommandItem) FilterValue() string
func (CommandItem) Title ¶
func (i CommandItem) Title() string
type StatsCommandItem ¶
type StatsCommandItem struct {
// contains filtered or unexported fields
}
StatsCommandItem represents a command in the stats lists
func (StatsCommandItem) Description ¶
func (i StatsCommandItem) Description() string
func (StatsCommandItem) FilterValue ¶
func (i StatsCommandItem) FilterValue() string
func (StatsCommandItem) Title ¶
func (i StatsCommandItem) Title() string
type TUIOptions ¶
TUIOptions configures the TUI behavior
type TUISession ¶
type TUISession struct {
// contains filtered or unexported fields
}
TUISession represents an active TUI session with all required services
Click to show internal directories.
Click to hide internal directories.