Documentation ¶
Overview ¶
Package transformationpb is a generated protocol buffer package.
It is generated from these files:
github.com/m3db/m3/src/metrics/generated/proto/transformationpb/transformation.proto
It has these top-level messages:
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TransformationType_name = map[int32]string{
0: "UNKNOWN",
1: "ABSOLUTE",
2: "PERSECOND",
3: "INCREASE",
4: "ADD",
}
View Source
var TransformationType_value = map[string]int32{
"UNKNOWN": 0,
"ABSOLUTE": 1,
"PERSECOND": 2,
"INCREASE": 3,
"ADD": 4,
}
Functions ¶
This section is empty.
Types ¶
type TransformationType ¶
type TransformationType int32
const ( TransformationType_UNKNOWN TransformationType = 0 TransformationType_ABSOLUTE TransformationType = 1 TransformationType_PERSECOND TransformationType = 2 TransformationType_INCREASE TransformationType = 3 TransformationType_ADD TransformationType = 4 )
func (TransformationType) EnumDescriptor ¶
func (TransformationType) EnumDescriptor() ([]byte, []int)
func (TransformationType) String ¶
func (x TransformationType) String() string
Click to show internal directories.
Click to hide internal directories.