Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder interface { // Timeseries returns the metrics found in input as a timeseries slice. Timeseries(input source_api.AggregateData) ([]sinksV1Api.Timeseries, error) }
Codec represents an engine that translated from sources.api to sink.api objects.
func NewDecoder ¶
func NewDecoder() Decoder
Click to show internal directories.
Click to hide internal directories.