Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NullCycler = SeriesCycler{ New: func(in models.Series) { }, Done: func(in models.Series) { }, }
Functions ¶
This section is empty.
Types ¶
type SeriesCycler ¶
SeriesCycler manages what should happen to a models.Series when we create it, or drop our reference to it Warning: this is for managing recycling of the Datapoints field. In some places we create "new" series by repurposing existing Series and adding a new Datapoints slice onto it. E.g. in expr.NormalizeTo
Click to show internal directories.
Click to hide internal directories.