Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
Sections []Section `json:"sections"`
}
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 ¶
type ResultSection struct { Title string `json:"title"` Results []framework.CheckResult `json:"results"` }
ResultSection is the individual check and its result
Click to show internal directories.
Click to hide internal directories.