miller/pkg/output
Adam Lesperance 085e831668
The package version must match the major tag version (#1654)
* Update package version

* Update makefile targets

* Update readme packages

* Remaining old packages via rg/sd
2024-09-20 12:10:11 -04:00
..
channel_writer.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
doc.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
file_output_handlers.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
README.md Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
record_writer.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_csv.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_csv_colorizer.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_csvlite.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_dkvp.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_factory.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_json.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_markdown.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_nidx.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_pprint.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_tsv.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04:00
record_writer_xtab.go The package version must match the major tag version (#1654) 2024-09-20 12:10:11 -04: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.