Documentation
¶
Index ¶
- Variables
- type Point
- func (*Point) Descriptor() ([]byte, []int)deprecated
- func (x *Point) GetData() []byte
- func (x *Point) GetIndex() float32
- func (x *Point) GetKey() string
- func (x *Point) GetText() string
- func (x *Point) GetTime() *timestamppb.Timestamp
- func (x *Point) GetTombstone() int32
- func (x *Point) GetType() string
- func (x *Point) GetValue() float32
- func (m *Point) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Point) MarshalToVT(dAtA []byte) (int, error)
- func (m *Point) MarshalVT() (dAtA []byte, err error)
- func (*Point) ProtoMessage()
- func (x *Point) ProtoReflect() protoreflect.Message
- func (x *Point) Reset()
- func (m *Point) SizeVT() (n int)
- func (x *Point) String() string
- func (m *Point) UnmarshalVT(dAtA []byte) error
- type Points
- func (*Points) Descriptor() ([]byte, []int)deprecated
- func (x *Points) GetPoints() []*Point
- func (m *Points) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Points) MarshalToVT(dAtA []byte) (int, error)
- func (m *Points) MarshalVT() (dAtA []byte, err error)
- func (*Points) ProtoMessage()
- func (x *Points) ProtoReflect() protoreflect.Message
- func (x *Points) Reset()
- func (m *Points) SizeVT() (n int)
- func (x *Points) String() string
- func (m *Points) UnmarshalVT(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_point_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Point ¶
type Point struct { Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Value float32 `protobuf:"fixed32,4,opt,name=value,proto3" json:"value,omitempty"` Time *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=time,proto3" json:"time,omitempty"` Index float32 `protobuf:"fixed32,13,opt,name=index,proto3" json:"index,omitempty"` Text string `protobuf:"bytes,8,opt,name=text,proto3" json:"text,omitempty"` Key string `protobuf:"bytes,11,opt,name=key,proto3" json:"key,omitempty"` Tombstone int32 `protobuf:"varint,12,opt,name=tombstone,proto3" json:"tombstone,omitempty"` Data []byte `protobuf:"bytes,14,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Point) Descriptor
deprecated
func (*Point) GetTime ¶
func (x *Point) GetTime() *timestamppb.Timestamp
func (*Point) GetTombstone ¶
func (*Point) MarshalToSizedBufferVT ¶
func (*Point) ProtoMessage ¶
func (*Point) ProtoMessage()
func (*Point) ProtoReflect ¶
func (x *Point) ProtoReflect() protoreflect.Message
func (*Point) UnmarshalVT ¶
type Points ¶
type Points struct { Points []*Point `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"` // contains filtered or unexported fields }
func (*Points) Descriptor
deprecated
func (*Points) MarshalToSizedBufferVT ¶
func (*Points) ProtoMessage ¶
func (*Points) ProtoMessage()
func (*Points) ProtoReflect ¶
func (x *Points) ProtoReflect() protoreflect.Message
func (*Points) UnmarshalVT ¶
Click to show internal directories.
Click to hide internal directories.