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 Big + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (dst *Big) XXX_Merge(src proto.Message) + func (m *Big) XXX_DiscardUnknown() + func (m *Big) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Big) XXX_Size() int + func (m *Big) XXX_Unmarshal(b []byte) error type BigUnsafe + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (dst *BigUnsafe) XXX_Merge(src proto.Message) + func (m *BigUnsafe) XXX_DiscardUnknown() + func (m *BigUnsafe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BigUnsafe) XXX_Size() int + func (m *BigUnsafe) XXX_Unmarshal(b []byte) error type IntMerge + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (dst *IntMerge) XXX_Merge(src proto.Message) + func (m *IntMerge) XXX_DiscardUnknown() + func (m *IntMerge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *IntMerge) XXX_Size() int + func (m *IntMerge) XXX_Unmarshal(b []byte) error type Sub + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (dst *Sub) XXX_Merge(src proto.Message) + func (m *Sub) XXX_DiscardUnknown() + func (m *Sub) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Sub) XXX_Size() int + func (m *Sub) XXX_Unmarshal(b []byte) error v1.0.0 Feb 2, 2018 Changes in this version + var ErrIntOverflowUnmarshalmerge = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthUnmarshalmerge = fmt.Errorf("proto: negative length found during unmarshaling") + type Big struct + Number *int64 + Sub *Sub + XXX_unrecognized []byte + func NewPopulatedBig(r randyUnmarshalmerge, easy bool) *Big + func (*Big) Descriptor() ([]byte, []int) + func (*Big) ProtoMessage() + func (m *Big) GetNumber() int64 + func (m *Big) GetSub() *Sub + func (m *Big) Reset() + func (m *Big) Unmarshal(dAtA []byte) error + func (this *Big) Equal(that interface{}) bool + func (this *Big) GoString() string + func (this *Big) String() string + func (this *Big) VerboseEqual(that interface{}) error + type BigUnsafe struct + Number *int64 + Sub *Sub + XXX_unrecognized []byte + func NewPopulatedBigUnsafe(r randyUnmarshalmerge, easy bool) *BigUnsafe + func (*BigUnsafe) Descriptor() ([]byte, []int) + func (*BigUnsafe) ProtoMessage() + func (m *BigUnsafe) GetNumber() int64 + func (m *BigUnsafe) GetSub() *Sub + func (m *BigUnsafe) Reset() + func (m *BigUnsafe) Unmarshal(dAtA []byte) error + func (this *BigUnsafe) Equal(that interface{}) bool + func (this *BigUnsafe) GoString() string + func (this *BigUnsafe) String() string + func (this *BigUnsafe) VerboseEqual(that interface{}) error + type IntMerge struct + Bool bool + Fixed32 uint32 + Fixed64 uint64 + Int32 int32 + Int64 int64 + Sfixed32 int32 + Sfixed64 int64 + Sint32 int32 + Sint64 int64 + Uint32 uint32 + Uint64 uint64 + XXX_unrecognized []byte + func NewPopulatedIntMerge(r randyUnmarshalmerge, easy bool) *IntMerge + func (*IntMerge) Descriptor() ([]byte, []int) + func (*IntMerge) ProtoMessage() + func (m *IntMerge) GetBool() bool + func (m *IntMerge) GetFixed32() uint32 + func (m *IntMerge) GetFixed64() uint64 + func (m *IntMerge) GetInt32() int32 + func (m *IntMerge) GetInt64() int64 + func (m *IntMerge) GetSfixed32() int32 + func (m *IntMerge) GetSfixed64() int64 + func (m *IntMerge) GetSint32() int32 + func (m *IntMerge) GetSint64() int64 + func (m *IntMerge) GetUint32() uint32 + func (m *IntMerge) GetUint64() uint64 + func (m *IntMerge) Reset() + func (m *IntMerge) Unmarshal(dAtA []byte) error + func (this *IntMerge) Equal(that interface{}) bool + func (this *IntMerge) GoString() string + func (this *IntMerge) String() string + func (this *IntMerge) VerboseEqual(that interface{}) error + type Sub struct + SubNumber *int64 + XXX_unrecognized []byte + func NewPopulatedSub(r randyUnmarshalmerge, easy bool) *Sub + func (*Sub) Descriptor() ([]byte, []int) + func (*Sub) ProtoMessage() + func (m *Sub) GetSubNumber() int64 + func (m *Sub) Reset() + func (m *Sub) Unmarshal(dAtA []byte) error + func (this *Sub) Equal(that interface{}) bool + func (this *Sub) GoString() string + func (this *Sub) String() string + func (this *Sub) VerboseEqual(that interface{}) error