Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block interface { BorderColor() tcell.Color Name() string TextView() *tview.TextView Focusable() bool Render() CommonSettings() *config.Common }
Block is the interface that is implemented by modules
type Schedulable ¶
type Schedulable interface { Refresh() RefreshInterval() int }
Schedulable is a module that can be refreshed after a fixed time interval
Click to show internal directories.
Click to hide internal directories.