Documentation
¶
Index ¶
Constants ¶
View Source
const MAX_LINE_LENGTH = 80
Variables ¶
View Source
var ( TickMark = "✔" BulletMark = "•" CrossMark = "✖" DashMark = "—" )
View Source
var ( TableStyle = table.Style{ Box: table.BoxStyle{ PaddingRight: " ", }, Format: table.FormatOptions{ Header: text.FormatUpper, }, Color: table.ColorOptions{ Header: text.Colors{text.Bold}, }, } PositiveColors = text.Colors{text.FgGreen} NegativeColors = text.Colors{text.FgRed} WarningColors = text.Colors{text.FgYellow} InfoColors = text.Colors{text.FgHiBlue} DisabledColors = text.Colors{text.FgHiBlack} HighLevelRuntimeColors = text.Colors{text.FgMagenta} LowLevelRuntimeColors = text.Colors{text.FgCyan} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.