Versions in this module Expand all Collapse all v1 v1.1.1 Jul 17, 2018 Changes in this version + type Bar struct + Field2 bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Bar) Descriptor() ([]byte, []int) + func (*Bar) ProtoMessage() + func (dst *Bar) XXX_Merge(src proto.Message) + func (m *Bar) GetField2() bool + func (m *Bar) Reset() + func (m *Bar) Size() (n int) + func (m *Bar) String() string + func (m *Bar) XXX_DiscardUnknown() + func (m *Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Bar) XXX_Size() int + func (m *Bar) XXX_Unmarshal(b []byte) error + func (this *Bar) Equal(that interface{}) bool + func (this *Bar) VerboseEqual(that interface{}) error + type Foo struct + Field1 *Bar + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Foo) Descriptor() ([]byte, []int) + func (*Foo) ProtoMessage() + func (dst *Foo) XXX_Merge(src proto.Message) + func (m *Foo) GetField1() *Bar + func (m *Foo) Reset() + func (m *Foo) Size() (n int) + func (m *Foo) String() string + func (m *Foo) XXX_DiscardUnknown() + func (m *Foo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Foo) XXX_Size() int + func (m *Foo) XXX_Unmarshal(b []byte) error + func (this *Foo) Equal(that interface{}) bool + func (this *Foo) VerboseEqual(that interface{}) error