Documentation ¶ Index ¶ Constants type Infobar func New() Infobar func (infobar Infobar) Init() tea.Cmd func (infobar Infobar) Message() string func (infobar Infobar) Update(msg tea.Msg) (Infobar, tea.Cmd) func (infobar Infobar) View() string type TickMsg Constants ¶ View Source const DEFAULT_MESSAGE = "--" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Infobar ¶ type Infobar struct { // contains filtered or unexported fields } func New ¶ func New() Infobar func (Infobar) Init ¶ func (infobar Infobar) Init() tea.Cmd func (Infobar) Message ¶ func (infobar Infobar) Message() string func (Infobar) Update ¶ func (infobar Infobar) Update(msg tea.Msg) (Infobar, tea.Cmd) func (Infobar) View ¶ func (infobar Infobar) View() string type TickMsg ¶ type TickMsg time.Time Source Files ¶ View all Source files infobar.go Click to show internal directories. Click to hide internal directories.