Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ingester ¶
type Ingester interface { io.Closer Ingest(key string, val string, sample_prefix bool) error IngestSet(key string, val []string, sample_prefix bool) error IngestTS(key string, timestamp int64, val float64, sample_prefix bool) error }
Ingester handles storing key/value pairs in a data store
Click to show internal directories.
Click to hide internal directories.