Documentation
¶
Overview ¶
Package mqtt is a generated Protocol Buffers package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_mqtt_thingspect_payload_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Payload ¶
type Payload struct {
// Data point array.
Points []*common.DataPoint `protobuf:"bytes,1,rep,name=points,proto3" json:"points,omitempty"`
// Authentication token (UUID). If all data points pertain to the same UniqID, the token can be provided a single time here.
Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
// contains filtered or unexported fields
}
Payload represents an array of one or more data points and an authentication token.
func (*Payload) Descriptor
deprecated
func (*Payload) ProtoMessage ¶
func (*Payload) ProtoMessage()
func (*Payload) ProtoReflect ¶
func (x *Payload) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.