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 A struct + B B + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*A) Descriptor() ([]byte, []int) + func (*A) ProtoMessage() + func (dst *A) XXX_Merge(src proto.Message) + func (m *A) GetB() B + func (m *A) Reset() + func (m *A) String() string + func (m *A) XXX_DiscardUnknown() + func (m *A) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *A) XXX_Size() int + func (m *A) XXX_Unmarshal(b []byte) error + type B struct + C int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*B) Descriptor() ([]byte, []int) + func (*B) ProtoMessage() + func (dst *B) XXX_Merge(src proto.Message) + func (m *B) GetC() int64 + func (m *B) Reset() + func (m *B) String() string + func (m *B) XXX_DiscardUnknown() + func (m *B) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *B) XXX_Size() int + func (m *B) XXX_Unmarshal(b []byte) error