package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Oct 31, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Report contains an array of all sections and their reports
type Result struct {
Version string `json:"version"`
Sections []ResultSection `json:"sections"`
}
Result contains each sections check result
type ResultSection struct {
Title string `json:"title"`
Results []check.Result `json:"results"`
}
ResultSection is the individual check and its result
RunConfig contains the report run parameters
type Section struct {
Title string `json:"title"`
Checks []check.Check `json:"checks"`
}
Section is the category of check
Source Files
¶
Click to show internal directories.
Click to hide internal directories.