Versions in this module Expand all Collapse all v1 v1.2.0 Dec 11, 2018 v1.1.1 Jul 17, 2018 v1.1.0 Jul 15, 2018 Changes in this version type Bar + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (dst *Bar) XXX_Merge(src proto.Message) + 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 type Foo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (dst *Foo) XXX_Merge(src proto.Message) + 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 v1.0.0 Feb 2, 2018 Changes in this version + type Bar struct + Pick isBar_Pick + func NewPopulatedBar(r randyOneofembed, easy bool) *Bar + func (*Bar) Descriptor() ([]byte, []int) + func (*Bar) ProtoMessage() + func (*Bar) XXX_OneofFuncs() (func(msg proto1.Message, b *proto1.Buffer) error, ...) + func (m *Bar) GetA() bool + func (m *Bar) GetB() bool + func (m *Bar) GetPick() isBar_Pick + func (m *Bar) Reset() + func (m *Bar) String() string + func (this *Bar) Equal(that interface{}) bool + type Bar_A struct + A bool + func NewPopulatedBar_A(r randyOneofembed, easy bool) *Bar_A + func (this *Bar_A) Equal(that interface{}) bool + type Bar_B struct + B bool + func NewPopulatedBar_B(r randyOneofembed, easy bool) *Bar_B + func (this *Bar_B) Equal(that interface{}) bool + type Foo struct + func NewPopulatedFoo(r randyOneofembed, easy bool) *Foo + func (*Foo) Descriptor() ([]byte, []int) + func (*Foo) ProtoMessage() + func (m *Foo) Reset() + func (m *Foo) String() string + func (this *Foo) Equal(that interface{}) bool