Versions in this module Expand all Collapse all v2 v2.0.1 Apr 22, 2026 v2.0.0 Apr 22, 2026 Changes in this version + var File_point_proto protoreflect.FileDescriptor + var KeyType_name = map[int32]string + var KeyType_value = map[string]int32 + var MetricType_name = map[int32]string + var MetricType_value = map[string]int32 + type AnyDemo struct + Demo string + func (*AnyDemo) Descriptor() ([]byte, []int) + func (*AnyDemo) ProtoMessage() + func (x *AnyDemo) GetDemo() string + func (x *AnyDemo) ProtoReflect() protoreflect.Message + func (x *AnyDemo) Reset() + func (x *AnyDemo) String() string + type Array struct + Arr []*BasicTypes + func (*Array) Descriptor() ([]byte, []int) + func (*Array) ProtoMessage() + func (x *Array) GetArr() []*BasicTypes + func (x *Array) ProtoReflect() protoreflect.Message + func (x *Array) Reset() + func (x *Array) String() string + type BasicTypes struct + X isBasicTypes_X + func (*BasicTypes) Descriptor() ([]byte, []int) + func (*BasicTypes) ProtoMessage() + func (m *BasicTypes) GetX() isBasicTypes_X + func (x *BasicTypes) GetB() bool + func (x *BasicTypes) GetD() []byte + func (x *BasicTypes) GetF() float64 + func (x *BasicTypes) GetI() int64 + func (x *BasicTypes) GetS() string + func (x *BasicTypes) GetU() uint64 + func (x *BasicTypes) ProtoReflect() protoreflect.Message + func (x *BasicTypes) Reset() + func (x *BasicTypes) String() string + type BasicTypes_B struct + B bool + type BasicTypes_D struct + D []byte + type BasicTypes_F struct + F float64 + type BasicTypes_I struct + I int64 + type BasicTypes_S struct + S string + type BasicTypes_U struct + U uint64 + type Debug struct + Info string + func (*Debug) Descriptor() ([]byte, []int) + func (*Debug) ProtoMessage() + func (x *Debug) GetInfo() string + func (x *Debug) ProtoReflect() protoreflect.Message + func (x *Debug) Reset() + func (x *Debug) String() string + type Field struct + IsTag bool + Key string + Type MetricType + Unit string + Val isField_Val + func (*Field) Descriptor() ([]byte, []int) + func (*Field) ProtoMessage() + func (m *Field) GetVal() isField_Val + func (x *Field) GetA() *anypb.Any + func (x *Field) GetB() bool + func (x *Field) GetD() []byte + func (x *Field) GetF() float64 + func (x *Field) GetI() int64 + func (x *Field) GetIsTag() bool + func (x *Field) GetKey() string + func (x *Field) GetS() string + func (x *Field) GetType() MetricType + func (x *Field) GetU() uint64 + func (x *Field) GetUnit() string + func (x *Field) ProtoReflect() protoreflect.Message + func (x *Field) Reset() + func (x *Field) String() string + type Field_A struct + A *anypb.Any + type Field_B struct + B bool + type Field_D struct + D []byte + type Field_F struct + F float64 + type Field_I struct + I int64 + type Field_S struct + S string + type Field_U struct + U uint64 + type KeyType int32 + const KeyType_A + const KeyType_B + const KeyType_D + const KeyType_F + const KeyType_I + const KeyType_NIL + const KeyType_S + const KeyType_U + const KeyType_X + func (KeyType) Descriptor() protoreflect.EnumDescriptor + func (KeyType) EnumDescriptor() ([]byte, []int) + func (KeyType) Type() protoreflect.EnumType + func (x KeyType) Enum() *KeyType + func (x KeyType) Number() protoreflect.EnumNumber + func (x KeyType) String() string + type Map struct + Map map[string]*BasicTypes + func (*Map) Descriptor() ([]byte, []int) + func (*Map) ProtoMessage() + func (x *Map) GetMap() map[string]*BasicTypes + func (x *Map) ProtoReflect() protoreflect.Message + func (x *Map) Reset() + func (x *Map) String() string + type MetricType int32 + const MetricType_COUNT + const MetricType_GAUGE + const MetricType_RATE + const MetricType_UNSPECIFIED + func (MetricType) Descriptor() protoreflect.EnumDescriptor + func (MetricType) EnumDescriptor() ([]byte, []int) + func (MetricType) Type() protoreflect.EnumType + func (x MetricType) Enum() *MetricType + func (x MetricType) Number() protoreflect.EnumNumber + func (x MetricType) String() string + type PBPoint struct + Debugs []*Debug + Fields []*Field + Name string + Time int64 + Warns []*Warn + func (*PBPoint) Descriptor() ([]byte, []int) + func (*PBPoint) ProtoMessage() + func (x *PBPoint) GetDebugs() []*Debug + func (x *PBPoint) GetFields() []*Field + func (x *PBPoint) GetName() string + func (x *PBPoint) GetTime() int64 + func (x *PBPoint) GetWarns() []*Warn + func (x *PBPoint) ProtoReflect() protoreflect.Message + func (x *PBPoint) Reset() + func (x *PBPoint) String() string + type PBPoints struct + Arr []*PBPoint + func (*PBPoints) Descriptor() ([]byte, []int) + func (*PBPoints) ProtoMessage() + func (x *PBPoints) GetArr() []*PBPoint + func (x *PBPoints) ProtoReflect() protoreflect.Message + func (x *PBPoints) Reset() + func (x *PBPoints) String() string + type Warn struct + Msg string + Type string + func (*Warn) Descriptor() ([]byte, []int) + func (*Warn) ProtoMessage() + func (x *Warn) GetMsg() string + func (x *Warn) GetType() string + func (x *Warn) ProtoReflect() protoreflect.Message + func (x *Warn) Reset() + func (x *Warn) String() string Other modules containing this package github.com/GuanceCloud/cliutils