Documentation
¶
Overview ¶
Package protoStat is a generated protocol buffer package.
It is generated from these files:
protoStat.proto
It has these top-level messages:
ProtoStat ProtoStats
Index ¶
- type ProtoStat
- func (this *ProtoStat) Equal(that interface{}) bool
- func (m *ProtoStat) GetIndexKey() string
- func (m *ProtoStat) GetKey() string
- func (m *ProtoStat) GetRepeat() bool
- func (m *ProtoStat) GetValue() float64
- func (this *ProtoStat) GoString() string
- func (m *ProtoStat) Marshal() (data []byte, err error)
- func (m *ProtoStat) MarshalTo(data []byte) (n int, err error)
- func (*ProtoStat) ProtoMessage()
- func (m *ProtoStat) Reset()
- func (m *ProtoStat) Size() (n int)
- func (this *ProtoStat) String() string
- func (m *ProtoStat) Unmarshal(data []byte) error
- func (this *ProtoStat) VerboseEqual(that interface{}) error
- type ProtoStats
- func (this *ProtoStats) Equal(that interface{}) bool
- func (m *ProtoStats) GetStats() []*ProtoStat
- func (m *ProtoStats) GetTimeNano() int64
- func (this *ProtoStats) GoString() string
- func (m *ProtoStats) Marshal() (data []byte, err error)
- func (m *ProtoStats) MarshalTo(data []byte) (n int, err error)
- func (*ProtoStats) ProtoMessage()
- func (m *ProtoStats) Reset()
- func (m *ProtoStats) Size() (n int)
- func (this *ProtoStats) String() string
- func (m *ProtoStats) Unmarshal(data []byte) error
- func (this *ProtoStats) VerboseEqual(that interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProtoStat ¶
type ProtoStat struct { Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"` Value *float64 `protobuf:"fixed64,2,opt,name=value" json:"value,omitempty"` IndexKey *string `protobuf:"bytes,3,opt,name=indexKey" json:"indexKey,omitempty"` Repeat *bool `protobuf:"varint,4,opt,name=repeat" json:"repeat,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedProtoStat ¶
func (*ProtoStat) GetIndexKey ¶
func (*ProtoStat) ProtoMessage ¶
func (*ProtoStat) ProtoMessage()
func (*ProtoStat) VerboseEqual ¶
type ProtoStats ¶
type ProtoStats struct { Stats []*ProtoStat `protobuf:"bytes,1,rep,name=stats" json:"stats,omitempty"` TimeNano *int64 `protobuf:"varint,2,opt,name=timeNano" json:"timeNano,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedProtoStats ¶
func NewPopulatedProtoStats(r randyProtoStat, easy bool) *ProtoStats
func (*ProtoStats) Equal ¶
func (this *ProtoStats) Equal(that interface{}) bool
func (*ProtoStats) GetStats ¶
func (m *ProtoStats) GetStats() []*ProtoStat
func (*ProtoStats) GetTimeNano ¶
func (m *ProtoStats) GetTimeNano() int64
func (*ProtoStats) GoString ¶
func (this *ProtoStats) GoString() string
func (*ProtoStats) Marshal ¶
func (m *ProtoStats) Marshal() (data []byte, err error)
func (*ProtoStats) ProtoMessage ¶
func (*ProtoStats) ProtoMessage()
func (*ProtoStats) Reset ¶
func (m *ProtoStats) Reset()
func (*ProtoStats) Size ¶
func (m *ProtoStats) Size() (n int)
func (*ProtoStats) String ¶
func (this *ProtoStats) String() string
func (*ProtoStats) Unmarshal ¶
func (m *ProtoStats) Unmarshal(data []byte) error
func (*ProtoStats) VerboseEqual ¶
func (this *ProtoStats) VerboseEqual(that interface{}) error
Click to show internal directories.
Click to hide internal directories.