Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rows ¶
type Rows struct { Rows []Row // contains filtered or unexported fields }
Rows contains parsed influx rows.
func (*Rows) Unmarshal ¶
Unmarshal unmarshals influx line protocol rows from s.
See https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/
s shouldn't be modified when rs is in use.
Click to show internal directories.
Click to hide internal directories.