Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Rows ¶
type Rows struct { Rows []Row // contains filtered or unexported fields }
Rows contains parsed graphite rows.
func (*Rows) Unmarshal ¶
Unmarshal unmarshals grahite plaintext protocol rows from s.
See https://graphite.readthedocs.io/en/latest/feeding-carbon.html#the-plaintext-protocol
s must be unchanged until rs is in use.
Click to show internal directories.
Click to hide internal directories.