Versions in this module Expand all Collapse all v0 v0.0.1 Nov 26, 2021 Changes in this version + var ErrIntOverflowAsym = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthAsym = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupAsym = fmt.Errorf("proto: unexpected end of group") + type M struct + Arr []MyType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedM(r randyAsym, easy bool) *M + func (*M) Descriptor() ([]byte, []int) + func (*M) ProtoMessage() + func (m *M) Marshal() (dAtA []byte, err error) + func (m *M) MarshalTo(dAtA []byte) (int, error) + func (m *M) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *M) Reset() + func (m *M) Size() (n int) + func (m *M) String() string + func (m *M) Unmarshal(dAtA []byte) error + func (m *M) XXX_DiscardUnknown() + func (m *M) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *M) XXX_Merge(src proto.Message) + func (m *M) XXX_Size() int + func (m *M) XXX_Unmarshal(b []byte) error + func (this *M) Equal(that interface{}) bool + func (this *M) VerboseEqual(that interface{}) error + type MyType struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedMyType(r randyAsym) *MyType + func (*MyType) Descriptor() ([]byte, []int) + func (*MyType) ProtoMessage() + func (m *MyType) MarshalTo(data []byte) (int, error) + func (m *MyType) Reset() + func (m *MyType) Size() (n int) + func (m *MyType) String() string + func (m *MyType) Unmarshal(dAtA []byte) error + func (m *MyType) XXX_DiscardUnknown() + func (m *MyType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MyType) XXX_Merge(src proto.Message) + func (m *MyType) XXX_Size() int + func (m *MyType) XXX_Unmarshal(b []byte) error + func (m MyType) DisabledMarshal() (data []byte, err error) + func (this *MyType) Equal(that interface{}) bool + func (this *MyType) VerboseEqual(that interface{}) error