Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONReporter ¶ added in v0.0.3
type JSONReporter struct {
// contains filtered or unexported fields
}
JSONReporter is a reporter that writes JSON to an io.Writer.
func NewJSONReporter ¶ added in v0.0.3
func NewJSONReporter(writer io.Writer) *JSONReporter
NewJSONReporter creates a new JSONReporter.
type TextReporter ¶
type TextReporter struct {
// contains filtered or unexported fields
}
TextReporter is a simple reporter that writes plain text to an io.Writer.
func NewTextReporter ¶
func NewTextReporter(writer io.Writer) *TextReporter
NewTextReporter creates a new TextReporter.
Click to show internal directories.
Click to hide internal directories.