Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Passed is the constant value for the Result field of a passed check Passed string = "PASSED" // Failed is the constant value for the Result field of a failed check Failed string = "FAILED" // Skipped is the constant value for the Result field of a skipped check Skipped string = "SKIPPED" )
View Source
const ( //JSONOutput is the constant value for output type JSON JSONOutput string = "json" )
Variables ¶
This section is empty.
Functions ¶
func JsonReport ¶
Types ¶
type Check ¶
type Check struct { Name string `json:"name"` Message string `json:"message"` Result string `json:"result"` }
Check represents the result of a check
Click to show internal directories.
Click to hide internal directories.