Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CFTypeBasic indicates a basic cache CFTypeBasic = CollapsedForwardingType(iota) // CFTypeProgressive indicates a progressive cache CFTypeProgressive )
Variables ¶
View Source
var CollapsedForwardingTypeNames = map[string]CollapsedForwardingType{ "basic": CFTypeBasic, "progressive": CFTypeProgressive, }
CollapsedForwardingTypeNames is a map of cache types keyed by name
View Source
var CollapsedForwardingTypeValues = make(map[CollapsedForwardingType]string)
CollapsedForwardingTypeValues is a map of cache types keyed by internal id
Functions ¶
This section is empty.
Types ¶
type CollapsedForwardingType ¶
type CollapsedForwardingType int
CollapsedForwardingType enumerates the methodologies for maintaining time series cache data
func GetCollapsedForwardingType ¶
func GetCollapsedForwardingType(name string) CollapsedForwardingType
GetCollapsedForwardingType returns the CollapsedForwardingType for the provided name or CFTypeBasic if the name is invalid
func (CollapsedForwardingType) String ¶
func (t CollapsedForwardingType) String() string
Click to show internal directories.
Click to hide internal directories.