Documentation ¶
Overview ¶
Package ts provides basic types work with time series in SDK
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeSeries ¶
type TimeSeries int
TimeSeries represents a type of possible time series defined over an object kind
const ( InstantaneousBurnRate TimeSeries = iota + 1 Counts BurnDown Percentiles )
Possible time series that can be retrieved
func (TimeSeries) String ¶
func (ts TimeSeries) String() string
Click to show internal directories.
Click to hide internal directories.