Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PLUGIN = node.NewPlugin(name, node.Enabled, configure, run)
Functions ¶
func AddHeaderInfo ¶
Types ¶
type UIHeaderBar ¶
type UIHeaderBar struct {
Primitive *tview.Grid
LogoContainer *tview.TextView
InfoContainer *tview.TextView
}
func NewUIHeaderBar ¶
func NewUIHeaderBar() *UIHeaderBar
func (*UIHeaderBar) Update ¶
func (headerBar *UIHeaderBar) Update()
type UILogEntry ¶
type UILogEntry struct {
Primitive *tview.Grid
TimeContainer *tview.TextView
MessageContainer *tview.TextView
LogLevelContainer *tview.TextView
}
func NewUILogEntry ¶
func NewUILogEntry(message logMessage) *UILogEntry
Click to show internal directories.
Click to hide internal directories.