Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCSVReport ¶
func GetCSVReport(checkResults []*pkg.CheckResult) (string, error)
func GetJunitReport ¶
func GetJunitReport(results []*pkg.CheckResult) string
func HandleOutput ¶
Types ¶
type CSVResult ¶
type CSVResult struct {
Name string `csv:"name"`
Namespace string `csv:"namespace"`
Endpoint string `csv:"endpoint"`
CheckType string `csv:"checkType"`
Pass bool `csv:"pass"`
Duration string `csv:"duration"`
Description string `csv:"description,omitempty"`
Message string `csv:"message,omitempty"`
Error string `csv:"error,omitempty"`
Invalid bool `csv:"invalid,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.