Documentation
¶
Overview ¶
Package report formats brief detection results for output.
Index ¶
- func Human(w io.Writer, r *brief.Report, verbose bool)
- func JSON(w io.Writer, r *brief.Report) error
- func Markdown(w io.Writer, r *brief.Report, verbose bool)
- func MissingHuman(w io.Writer, r *brief.MissingReport)
- func MissingJSON(w io.Writer, r *brief.MissingReport) error
- func MissingMarkdown(w io.Writer, r *brief.MissingReport)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MissingHuman ¶ added in v0.4.0
func MissingHuman(w io.Writer, r *brief.MissingReport)
MissingHuman writes the missing report in human-readable format.
func MissingJSON ¶ added in v0.4.0
func MissingJSON(w io.Writer, r *brief.MissingReport) error
MissingJSON writes the missing report as JSON.
func MissingMarkdown ¶ added in v0.4.1
func MissingMarkdown(w io.Writer, r *brief.MissingReport)
MissingMarkdown writes the missing report in markdown format.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.