miller/internal/pkg/output
2021-11-11 14:15:13 -05:00
..
channel_writer.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
doc.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
file-output-handlers.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
README.md Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_writer.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_writer_csv.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_writer_csvlite.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_writer_dkvp.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_writer_factory.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_writer_json.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_writer_markdown.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_writer_nidx.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_writer_pprint.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00
record_writer_xtab.go Standardize Go-package structure (#746) 2021-11-11 14:15:13 -05:00

Logic for formatting output records as strings to standard output.

There is one record-writer type per supported output file format, and a factory method.