# Functions
NewBaseGraph initializes BaseGraph.
NewBaseSparklineGroup initializes BaseSparklineGroup.
NewCPUGraph creates CPU usage graph.
NewCPUInfo initializes CPUInfo.
NewDiskSparkline creates disk sparkline.
NewFooter initializes Footer.
NewHeader initializes Header.
NewHorizontalLine initializes HorizontalLine.
NewKubernetesInfo initializes KubernetesInfo.
NewLoadAvgGraph creates loadavg graph.
NewLoadAvgInfo initializes LoadAvgInfo.
NewLogViewer initializes LogViewer.
NewMemGraph creates mem usage graph.
NewMemInfo initializes LoadAvgInfo.
NewNetSparkline creates network sparkline.
NewNetworkInfo initializes NetworkInfo.
NewProcessTable initializes ProcessTable.
NewProcsInfo initializes ProcsInfo.
NewSystemGauges creates SystemGauges.
NewTalosInfo initializes TalosInfo.
NewTermUIWrapper initializes a new TermUIWrapper.
# Structs
BaseGraph represents the widget with some usage graph.
BaseSparklineGroup represents the widget with some sparklines.
CPUInfo represents the widget with CPU info.
Footer represents the top bar with host info.
Header represents the top bar with host info.
HorizontalLine is a widget that draws a horizontal line.
KubernetesInfo represents the kubernetes info widget.
LoadAvgInfo represents the widget with load average info.
LogViewer represents the logs widget.
MemInfo represents the widget with memory info.
NetworkInfo represents the network info widget.
ProcessTable represents the widget with process info.
ProcsInfo represents the widget with processes info.
SystemGauges quickly show CPU/mem load.
TalosInfo represents the Talos info widget.
TermUIWrapper is a custom tview component that wraps a legacy termui component and draws it.