package
Version:
v0.0.0-...-96e2191
Opens a new window with list of versions in this module.
Published: Mar 14, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Format represents the output format
const (
FormatJSON Format = "json"
FormatJSONL Format = "jsonl"
FormatCSV Format = "csv"
FormatPretty Format = "pretty"
)
Writer handles formatted output
NewStdoutWriter creates a writer for stdout
NewWriter creates a new output writer
Flush flushes any buffered data
WriteBatch writes a batch in the configured format
Source Files
¶
Click to show internal directories.
Click to hide internal directories.