Documentation
¶
Index ¶
Constants ¶
View Source
const ( LISTMARK = "*" COLON = ":" SPACE = " " TAB = " " NEWLINE = "\n" )
Variables ¶
View Source
var AlertLabels = []string{
"INFO",
"WARN",
"FATAL",
"PASS",
"SKIP",
"IGNORE",
}
Functions ¶
This section is empty.
Types ¶
type JsonDetail ¶
type JsonOutputFormat ¶
type JsonOutputFormat struct {
Summary JsonSummary `json:"summary"`
Details []*JsonDetail `json:"details"`
}
type JsonSummary ¶
type JsonWriter ¶
func (JsonWriter) Write ¶
func (jw JsonWriter) Write(assessments []*types.Assessment) (bool, error)
type ListWriter ¶
func (ListWriter) Write ¶
func (lw ListWriter) Write(assessments []*types.Assessment) (bool, error)
Click to show internal directories.
Click to hide internal directories.