report

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2024 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCSVDecoder

func NewCSVDecoder(conf engine.DecoderConfig) engine.Decoder

func NewCSVEncoder

func NewCSVEncoder(c engine.EncoderConfig) engine.Encoder

func StringFields

func StringFields(r engine.Record) []string

func StringFieldsWithFormat

func StringFieldsWithFormat(r engine.Record, tf *engine.Timeformatter, decimal int) []string

Types

type CSVDecoder

type CSVDecoder struct {
	// contains filtered or unexported fields
}

func (*CSVDecoder) Decode

func (cr *CSVDecoder) Decode() ([]engine.Record, error)

type CSVEncoder

type CSVEncoder struct {
	engine.EncoderConfig
	// contains filtered or unexported fields
}

func (*CSVEncoder) Encode

func (cw *CSVEncoder) Encode(recs []engine.Record) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL