Versions in this module Expand all Collapse all v1 v1.999.10 Nov 28, 2022 Changes in this version + var ErrIntOverflowTopicMessage = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTopicMessage = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupTopicMessage = fmt.Errorf("proto: unexpected end of group") + type TopicMessage struct + Payload []byte + Pk []byte + SignatureOnPid []byte + Timestamp int64 + Version uint32 + func (*TopicMessage) Descriptor() ([]byte, []int) + func (*TopicMessage) ProtoMessage() + func (m *TopicMessage) GetPayload() []byte + func (m *TopicMessage) GetPk() []byte + func (m *TopicMessage) GetSignatureOnPid() []byte + func (m *TopicMessage) GetTimestamp() int64 + func (m *TopicMessage) GetVersion() uint32 + func (m *TopicMessage) Marshal() (dAtA []byte, err error) + func (m *TopicMessage) MarshalTo(dAtA []byte) (int, error) + func (m *TopicMessage) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TopicMessage) Reset() + func (m *TopicMessage) Size() (n int) + func (m *TopicMessage) Unmarshal(dAtA []byte) error + func (m *TopicMessage) XXX_DiscardUnknown() + func (m *TopicMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TopicMessage) XXX_Merge(src proto.Message) + func (m *TopicMessage) XXX_Size() int + func (m *TopicMessage) XXX_Unmarshal(b []byte) error + func (this *TopicMessage) Equal(that interface{}) bool + func (this *TopicMessage) GoString() string + func (this *TopicMessage) String() string