Documentation ¶ Index ¶ func FormatTextResult(result core.Result, quiet bool) string func Write(results []core.Result, format Format, outputPath string, quiet bool) error type Format func FromFlags(jsonOutput, csvOutput bool) Format Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FormatTextResult ¶ func FormatTextResult(result core.Result, quiet bool) string func Write ¶ func Write(results []core.Result, format Format, outputPath string, quiet bool) error Types ¶ type Format ¶ type Format int const ( FormatText Format = iota FormatJSON FormatCSV ) func FromFlags ¶ func FromFlags(jsonOutput, csvOutput bool) Format Source Files ¶ View all Source files output.go Click to show internal directories. Click to hide internal directories.