Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHTMLReport ¶
func NewHTMLReport(results []checks.CheckResult) string
Types ¶
type JSONReport ¶
type JSONReport struct {
Timestamp string `json:"timestamp"`
Results []checks.CheckResult `json:"results"`
Summary map[checks.RiskLevel]int `json:"summary"`
}
func NewJSONReport ¶
func NewJSONReport(results []checks.CheckResult) JSONReport
Click to show internal directories.
Click to hide internal directories.