Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2026 Changes in this version + type Format string + const FormatCSV + const FormatJSON + const FormatJSONL + const FormatRaw + const FormatTSV + const FormatTable + const FormatURL + func (f Format) Valid() bool + type Renderer struct + Fields []string + Format Format + NoHeader bool + Template string + func New(w io.Writer, format Format, fields []string, noHeader bool, tmpl string) *Renderer + func (r *Renderer) Render(records any) error