Documentation
¶
Index ¶
- Variables
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetMateData() map[string]string
- func (x *Message) GetPayload() []byte
- func (x *Message) GetTime() *timestamppb.Timestamp
- func (x *Message) GetUid() string
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` MateData map[string]string `` /* 173-byte string literal not displayed */ Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` Time *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*Message) Descriptor
deprecated
func (*Message) GetMateData ¶
func (*Message) GetPayload ¶
func (*Message) GetTime ¶
func (x *Message) GetTime() *timestamppb.Timestamp
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.