Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
The Report object stores information about the report and the results of the validation
type Reporter ¶
Print accepts an array of Report objects and determines how to output the contents. Output could be stdout, files, etc
type StdoutReporter ¶
type StdoutReporter struct{}
func (StdoutReporter) Print ¶
func (sr StdoutReporter) Print(reports []Report) error
Print implements the Reporter interface by outputting the report content to stdout
Click to show internal directories.
Click to hide internal directories.