Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Outputers ¶ added in v0.0.5
func Outputers() []string
Outputers returns a sorted list of the names of the registered outputers.
func RegisterOutputer ¶ added in v0.0.5
Types ¶
type Documentation ¶ added in v0.0.5
type Documentation struct{}
func (Documentation) Output ¶ added in v0.0.5
func (r Documentation) Output(w io.Writer, results <-chan []resource.TestResult, startTime time.Time) (exitCode int)
type JsonOneline ¶ added in v0.3.4
type JsonOneline struct{}
func (JsonOneline) Output ¶ added in v0.3.4
func (r JsonOneline) Output(w io.Writer, results <-chan []resource.TestResult, startTime time.Time) (exitCode int)
type NagiosVerbose ¶ added in v0.2.4
type NagiosVerbose struct{}
func (NagiosVerbose) Output ¶ added in v0.2.4
func (r NagiosVerbose) Output(w io.Writer, results <-chan []resource.TestResult, startTime time.Time) (exitCode int)
type Outputer ¶
func GetOutputer ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.