Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVFormat ¶ added in v1.0.3
type CSVFormat[T any] struct { // contains filtered or unexported fields }
type JSONLinesFormat ¶ added in v1.0.3
type JSONLinesFormat[T any] struct{}
jsonLinesFormat simply writes JSON lines, leveraging the json package.
func (JSONLinesFormat[T]) Reader ¶ added in v1.0.3
func (m JSONLinesFormat[T]) Reader(ctx context.Context, r io.Reader) (JSONLinesReader[T], error)
func (JSONLinesFormat[T]) Writer ¶ added in v1.0.3
func (m JSONLinesFormat[T]) Writer(ctx context.Context, w io.Writer) (JSONLinesWriter[T], error)
type JSONLinesReader ¶
type JSONLinesReader[T any] struct { // contains filtered or unexported fields }
type JSONLinesWriter ¶
type JSONLinesWriter[T any] struct { // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.