Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(row *Row)
Option represents an option that can be used to configure a row.
func HideTitle ¶
func HideTitle() Option
HideTitle ensures that the title of the row will NOT be displayed.
func ShowTitle ¶
func ShowTitle() Option
ShowTitle ensures that the title of the row will be displayed.
func WithSingleStat ¶ added in v0.3.0
func WithSingleStat(title string, options ...singlestat.Option) Option
WithSingleStat adds a "single stat" panel in the row.
Click to show internal directories.
Click to hide internal directories.