Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FailColor = tablewriter.Colors{tablewriter.FgHiRedColor, tablewriter.Bold} SuccessColor = tablewriter.Colors{tablewriter.FgHiGreenColor, tablewriter.Bold} NormalColor = tablewriter.Colors{tablewriter.Normal} )
Functions ¶
Types ¶
type RichRow ¶
type RichRow struct { Row []string RowColor []tablewriter.Colors }
Click to show internal directories.
Click to hide internal directories.