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(results <-chan []resource.TestResult, startTime time.Time) (exitCode int)
type Outputer ¶
type Outputer interface {
Output(<-chan []resource.TestResult, time.Time) int
}
func GetOutputer ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.