Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // Title that is displayed for the list of details Title string // TitleStyle formats the title; optional. TitleStyle StrTransform // RowFormatter transforms /all/ rows; optional. RowFormatter StrTransform // LabelStyle formats the name; optional. LabelStyle StrTransform // Rows describes all rows to display Rows []*Row }
Config describes detail list
type StrTransform ¶
StrTransform .. use to transform values; typically used to apply unicode colors to cells
Click to show internal directories.
Click to hide internal directories.