Documentation ¶
Index ¶
Constants ¶
View Source
const ( // StatusRunning represents the state for a check when running StatusRunning = "RUNNING" // StatusFinished represents the state after a check has finished StatusFinished = "FINISHED" // StatusAborted represents the state for a check when it has been aborted StatusAborted = "ABORTED" // StatusFailed represents the state for a check when has failed it's execution StatusFailed = "FAILED" // StatusInconclusive represents the state for a check when it could not be executed. // E.g.: Asset was unreachable. StatusInconclusive = "INCONCLUSIVE" )
Variables ¶
This section is empty.
Functions ¶
func NewReportFromConfig ¶
func NewReportFromConfig(c config.CheckConfig) vulcanreport.Report
NewReportFromConfig creates a new report initializing the fields that should be extracted from the config.
Types ¶
Click to show internal directories.
Click to hide internal directories.