Documentation ¶
Index ¶
- Variables
- type DataJSON
- func (*DataJSON) Descriptor() ([]byte, []int)deprecated
- func (x *DataJSON) GetClientTimestamp() *timestamp.Timestamp
- func (x *DataJSON) GetId() int32
- func (x *DataJSON) GetPayload() []byte
- func (x *DataJSON) GetServerTimestamp() *timestamp.Timestamp
- func (*DataJSON) ProtoMessage()
- func (x *DataJSON) ProtoReflect() protoreflect.Message
- func (x *DataJSON) Reset()
- func (x *DataJSON) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_data_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DataJSON ¶
type DataJSON struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` ClientTimestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=client_timestamp,json=clientTimestamp,proto3" json:"client_timestamp,omitempty"` ServerTimestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=server_timestamp,json=serverTimestamp,proto3" json:"server_timestamp,omitempty"` Payload []byte `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"` // contains filtered or unexported fields }
func (*DataJSON) Descriptor
deprecated
func (*DataJSON) GetClientTimestamp ¶
func (*DataJSON) GetPayload ¶
func (*DataJSON) GetServerTimestamp ¶
func (*DataJSON) ProtoMessage ¶
func (*DataJSON) ProtoMessage()
func (*DataJSON) ProtoReflect ¶
func (x *DataJSON) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.