Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SyncedTick tea.Cmd = cmds.TickCommand(400 * time.Millisecond)
Functions ¶
This section is empty.
Types ¶
type BasicInformationModel ¶
type BasicInformationModel struct {
// contains filtered or unexported fields
}
func NewBasincInformationModel ¶
func NewBasincInformationModel() *BasicInformationModel
func (*BasicInformationModel) Init ¶
func (b *BasicInformationModel) Init() tea.Cmd
func (*BasicInformationModel) View ¶
func (b *BasicInformationModel) View() string
type NetworkTabModel ¶
type NetworkTabModel struct{}
func NewNetworkTabModel ¶
func NewNetworkTabModel() (*NetworkTabModel, error)
func (*NetworkTabModel) Init ¶
func (n *NetworkTabModel) Init() tea.Cmd
func (*NetworkTabModel) View ¶
func (n *NetworkTabModel) View() string
type ProcessManagerModel ¶
type ProcessManagerModel struct {
// contains filtered or unexported fields
}
func NewProcessManagerModel ¶
func NewProcessManagerModel() *ProcessManagerModel
func (*ProcessManagerModel) Init ¶
func (p *ProcessManagerModel) Init() tea.Cmd
func (*ProcessManagerModel) SetSize ¶
func (p *ProcessManagerModel) SetSize(width, height int)
func (*ProcessManagerModel) View ¶
func (p *ProcessManagerModel) View() string
type Tab ¶
func GetAllTabs ¶
func GetAllTabs() []Tab
type UsageModel ¶
type UsageModel struct {
// contains filtered or unexported fields
}
func NewUsageModel ¶
func NewUsageModel() (*UsageModel, error)
func (*UsageModel) Init ¶
func (u *UsageModel) Init() tea.Cmd
func (*UsageModel) View ¶
func (u *UsageModel) View() string
Click to show internal directories.
Click to hide internal directories.