Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
Report contains an array of all sections and their reports
func NewDefaultReport ¶
NewDefaultReport returns a report containing the standard inspection checks
type Result ¶
type Result struct { Version string `json:"version"` Sections []ResultSection `json:"sections"` }
Result contains each sections check result
type ResultSection ¶
ResultSection is the individual check and its result
Click to show internal directories.
Click to hide internal directories.