Versions in this module Expand all Collapse all v1 v1.3.7 Mar 25, 2020 v1.3.4 Nov 19, 2019 Changes in this version + const Default_MoreDefaultsA_Field1 + type MoreDefaultsA struct + A1 *example.A + A2 example.A + B1 *MoreDefaultsB + B2 MoreDefaultsB + Field1 *int64 + Field2 int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedMoreDefaultsA(r randyMd, easy bool) *MoreDefaultsA + func (*MoreDefaultsA) Descriptor() ([]byte, []int) + func (*MoreDefaultsA) ProtoMessage() + func (m *MoreDefaultsA) GetA1() *example.A + func (m *MoreDefaultsA) GetA2() example.A + func (m *MoreDefaultsA) GetB1() *MoreDefaultsB + func (m *MoreDefaultsA) GetB2() MoreDefaultsB + func (m *MoreDefaultsA) GetField1() int64 + func (m *MoreDefaultsA) GetField2() int64 + func (m *MoreDefaultsA) Reset() + func (m *MoreDefaultsA) String() string + func (m *MoreDefaultsA) XXX_DiscardUnknown() + func (m *MoreDefaultsA) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MoreDefaultsA) XXX_Merge(src proto.Message) + func (m *MoreDefaultsA) XXX_Size() int + func (m *MoreDefaultsA) XXX_Unmarshal(b []byte) error + func (this *MoreDefaultsA) Equal(that interface{}) bool + type MoreDefaultsB struct + Field1 *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedMoreDefaultsB(r randyMd, easy bool) *MoreDefaultsB + func (*MoreDefaultsB) Descriptor() ([]byte, []int) + func (*MoreDefaultsB) ProtoMessage() + func (m *MoreDefaultsB) GetField1() string + func (m *MoreDefaultsB) Reset() + func (m *MoreDefaultsB) String() string + func (m *MoreDefaultsB) XXX_DiscardUnknown() + func (m *MoreDefaultsB) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MoreDefaultsB) XXX_Merge(src proto.Message) + func (m *MoreDefaultsB) XXX_Size() int + func (m *MoreDefaultsB) XXX_Unmarshal(b []byte) error + func (this *MoreDefaultsB) Equal(that interface{}) bool