Versions in this module Expand all Collapse all v1 v1.22.1 Sep 3, 2022 v1.22.0 Jun 9, 2020 Changes in this version + var ErrIntOverflowData = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthData = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupData = fmt.Errorf("proto: unexpected end of group") + type MyMessage struct + MyData uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedMyMessage(r randyData, easy bool) *MyMessage + func (*MyMessage) Descriptor() ([]byte, []int) + func (*MyMessage) ProtoMessage() + func (m *MyMessage) GetMyData() uint32 + func (m *MyMessage) Marshal() (dAtA []byte, err error) + func (m *MyMessage) MarshalTo(dAtA []byte) (int, error) + func (m *MyMessage) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MyMessage) Reset() + func (m *MyMessage) Size() (n int) + func (m *MyMessage) Unmarshal(dAtA []byte) error + func (m *MyMessage) XXX_DiscardUnknown() + func (m *MyMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MyMessage) XXX_Merge(src proto.Message) + func (m *MyMessage) XXX_Size() int + func (m *MyMessage) XXX_Unmarshal(b []byte) error + func (this *MyMessage) Equal(that interface{}) bool + func (this *MyMessage) GoString() string + func (this *MyMessage) String() string + func (this *MyMessage) VerboseEqual(that interface{}) error