Documentation ¶
Index ¶
- Constants
- Variables
- func LineAlignCenter(s string, w int) string
- func LineAlignLeft(s string, w int) string
- func LineColor(s, color string) string
- func PrintBanner()
- func PrintCheckAborted(checkName, reason string)
- func PrintCheckErrored(checkName string)
- func PrintCheckFailed(checkName string)
- func PrintCheckPassed(checkName string)
- func PrintCheckRunning(checkName string)
- func PrintCheckSkipped(checkName, reason string)
- func PrintResultsTable(results map[string][]int)
- func WrapLines(text string, maxWidth int) []string
Constants ¶
View Source
const ( Reset = "\033[0m" Red = "\033[31m" Green = "\033[32m" Yellow = "\033[33m" Blue = "\033[34m" Purple = "\033[35m" Cyan = "\033[36m" Gray = "\033[37m" White = "\033[97m" ClearLineCode = "\r\033[2K\r" )
Variables ¶
View Source
var CliCheckLogSniffer = &cliCheckLogSniffer{}
Functions ¶
func LineAlignCenter ¶
func LineAlignLeft ¶
func PrintBanner ¶
func PrintBanner()
func PrintCheckAborted ¶
func PrintCheckAborted(checkName, reason string)
func PrintCheckErrored ¶
func PrintCheckErrored(checkName string)
func PrintCheckFailed ¶
func PrintCheckFailed(checkName string)
func PrintCheckPassed ¶
func PrintCheckPassed(checkName string)
func PrintCheckRunning ¶
func PrintCheckRunning(checkName string)
func PrintCheckSkipped ¶
func PrintCheckSkipped(checkName, reason string)
func PrintResultsTable ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.