Versions in this module Expand all Collapse all v0 v0.2.2 Dec 17, 2025 v0.2.1 Dec 8, 2025 Changes in this version + type JSONExporter struct + func NewDefaultJSONExporter() *JSONExporter + func NewJSONExporter(writer io.Writer) *JSONExporter + func (e *JSONExporter) Export(ctx context.Context, results []schemas.AnalyzeResult) error + type TableExporter struct + func NewCSVExporter(w io.Writer) *TableExporter + func NewDefaultCSVExporter() *TableExporter + func NewTSVExporter(w io.Writer) *TableExporter + func (e *TableExporter) Export(ctx context.Context, results []schemas.AnalyzeResult) error