Documentation
¶
Index ¶
- Variables
- func CreateBodyRow(cellsData []CellData) []*simpletable.Cell
- func CreateFooter(s Statistics, columnsCount int) *simpletable.Footer
- func CreateHeader(titles []string) *simpletable.Header
- func PrintError(msg string)
- func PrintErrors(errors []error)
- func PrintFindings(results []checkmodels.CheckRunResult, outputFilePath string, isQuiet bool)
- func PrintOutputToFile(data []checkmodels.CheckRunResult, outputFilePath string)
- type CellData
- type Statistics
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ColorRed = "\x1b[91m" ColorGreen = "\x1b[32m" ColorBlue = "\x1b[94m" ColorGray = "\x1b[90m" ColorYellow = "\x1b[33m" ColorWhite = "\x1b[37m" )
Functions ¶
func CreateBodyRow ¶
func CreateBodyRow(cellsData []CellData) []*simpletable.Cell
func CreateFooter ¶
func CreateFooter(s Statistics, columnsCount int) *simpletable.Footer
func CreateHeader ¶
func CreateHeader(titles []string) *simpletable.Header
func PrintErrors ¶
func PrintErrors(errors []error)
func PrintFindings ¶
func PrintFindings(results []checkmodels.CheckRunResult, outputFilePath string, isQuiet bool)
func PrintOutputToFile ¶
func PrintOutputToFile(data []checkmodels.CheckRunResult, outputFilePath string)
Types ¶
type Statistics ¶
Click to show internal directories.
Click to hide internal directories.