Versions in this module Expand all Collapse all v1 v1.0.3 May 23, 2026 Changes in this version + func FormatTextResult(result core.Result, quiet bool) string + func Write(results []core.Result, format Format, outputPath string, quiet bool) error + type Format int + const FormatCSV + const FormatJSON + const FormatText + func FromFlags(jsonOutput, csvOutput bool) Format