Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONRenderer ¶
type JSONRenderer struct{}
JSONRenderer renders indented JSON with two-space indentation.
type MarkdownRenderer ¶
type MarkdownRenderer struct{}
MarkdownRenderer renders a GitHub-flavored Markdown report.
type Renderer ¶
Renderer writes a deterministic, ANSI-free report representation.
func RendererFor ¶
RendererFor returns the renderer selected by the configured output format.
type UnknownFormatError ¶
type UnknownFormatError struct {
Format string
}
UnknownFormatError reports an unsupported output renderer format.
func (*UnknownFormatError) Error ¶
func (e *UnknownFormatError) Error() string
Click to show internal directories.
Click to hide internal directories.