forwarding

package
v1.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL