Documentation ¶ Index ¶ func ParseLTSV(d1 string) (map[string]string, error) type Reader func New(ir io.Reader, logger *zap.Logger, ptimeKey string, statusKey string) *Reader func (r *Reader) Parse() (float64, int, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParseLTSV ¶ added in v0.0.2 func ParseLTSV(d1 string) (map[string]string, error) ParseLTSV : Types ¶ type Reader ¶ type Reader struct { // contains filtered or unexported fields } Reader struct func New ¶ func New(ir io.Reader, logger *zap.Logger, ptimeKey string, statusKey string) *Reader New : func (*Reader) Parse ¶ func (r *Reader) Parse() (float64, int, error) Parse : Source Files ¶ View all Source files ltsvreader.go Click to show internal directories. Click to hide internal directories.