Documentation ¶
Index ¶
- Variables
- type DataPoint
- func (*DataPoint) Descriptor() ([]byte, []int)deprecated
- func (x *DataPoint) GetMeta() map[string][]byte
- func (x *DataPoint) GetSubPoints() [][]byte
- func (x *DataPoint) GetTimestamp() int64
- func (x *DataPoint) GetValue() []byte
- func (*DataPoint) ProtoMessage()
- func (x *DataPoint) ProtoReflect() protoreflect.Message
- func (x *DataPoint) Reset()
- func (x *DataPoint) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_data_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DataPoint ¶
type DataPoint struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` SubPoints [][]byte `protobuf:"bytes,3,rep,name=subPoints,proto3" json:"subPoints,omitempty"` Meta map[string][]byte `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*DataPoint) Descriptor
deprecated
func (*DataPoint) GetSubPoints ¶
func (*DataPoint) GetTimestamp ¶
func (*DataPoint) ProtoMessage ¶
func (*DataPoint) ProtoMessage()
func (*DataPoint) ProtoReflect ¶
func (x *DataPoint) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.