Documentation
¶
Overview ¶
Package colorizer provides utilities for showing results data.
Index ¶
Constants ¶
View Source
const ( // RiskHigh is a supported risk. RiskHigh = "HIGH" // RiskMedium is a supported risk. RiskMedium = "MEDIUM" // RiskLow is a supported risk. RiskLow = "LOW" // RiskUnknown is a supported risk. RiskUnknown = "UNKNOWN" )
Variables ¶
This section is empty.
Functions ¶
func ColorizeRisk ¶
ColorizeRisk will color the risk table item according the risk type.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.