Versions in this module Expand all Collapse all v1 v1.2.2 Jun 21, 2019 Changes in this version + var ErrIntOverflowA = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthA = fmt.Errorf("proto: negative length found during unmarshaling") + type A struct + F1 string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedA(r randyA, easy bool) *A + func (*A) Descriptor() ([]byte, []int) + func (*A) ProtoMessage() + func (m *A) GetF1() string + func (m *A) Marshal() (dAtA []byte, err error) + func (m *A) MarshalTo(dAtA []byte) (int, error) + func (m *A) Reset() + func (m *A) Size() (n int) + func (m *A) String() string + func (m *A) Unmarshal(dAtA []byte) error + func (m *A) XXX_DiscardUnknown() + func (m *A) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *A) XXX_Merge(src proto.Message) + func (m *A) XXX_Size() int + func (m *A) XXX_Unmarshal(b []byte) error + func (this *A) Equal(that interface{}) bool + type B struct + func NewPopulatedB(r randyA) *B + func (b *B) Unmarshal(data []byte) error + func (b *B) UnmarshalJSON(data []byte) error + func (b B) Equal(other B) bool + func (b B) Marshal() ([]byte, error) + func (b B) MarshalJSON() ([]byte, error) + func (b B) Size() int