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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (dst *A) XXX_Merge(src proto.Message) + 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (dst *B) XXX_Merge(src proto.Message) + 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 type C + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (dst *C) XXX_Merge(src proto.Message) + func (m *C) XXX_DiscardUnknown() + func (m *C) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *C) XXX_Size() int + func (m *C) XXX_Unmarshal(b []byte) error type CastType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (dst *CastType) XXX_Merge(src proto.Message) + func (m *CastType) XXX_DiscardUnknown() + func (m *CastType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CastType) XXX_Size() int + func (m *CastType) XXX_Unmarshal(b []byte) error type E + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (dst *E) XXX_Merge(src proto.Message) + func (m *E) XXX_DiscardUnknown() + func (m *E) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *E) XXX_Size() int + func (m *E) XXX_Unmarshal(b []byte) error type R + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (dst *R) XXX_Merge(src proto.Message) + func (m *R) XXX_DiscardUnknown() + func (m *R) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *R) XXX_Size() int + func (m *R) XXX_Unmarshal(b []byte) error type U + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (dst *U) XXX_Merge(src proto.Message) + func (m *U) XXX_DiscardUnknown() + func (m *U) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *U) XXX_Size() int + func (m *U) XXX_Unmarshal(b []byte) error v1.0.0 Feb 2, 2018 Changes in this version + var ErrIntOverflowExample = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthExample = fmt.Errorf("proto: negative length found during unmarshaling") + func ExampleDescription() (desc *descriptor.FileDescriptorSet) + type A struct + Description string + Id github_com_gogo_protobuf_test.Uuid + Number int64 + XXX_unrecognized []byte + func NewAFromFace(that AFace) *A + func NewPopulatedA(r randyExample, easy bool) *A + func (*A) Descriptor() ([]byte, []int) + func (*A) ProtoMessage() + func (m *A) Marshal() (dAtA []byte, err error) + func (m *A) MarshalTo(dAtA []byte) (int, error) + func (m *A) Reset() + func (m *A) Size() (n int) + func (m *A) Unmarshal(dAtA []byte) error + func (this *A) Equal(that interface{}) bool + func (this *A) GetDescription() string + func (this *A) GetId() github_com_gogo_protobuf_test.Uuid + func (this *A) GetNumber() int64 + func (this *A) GoString() string + func (this *A) Proto() proto.Message + func (this *A) String() string + func (this *A) TestProto() proto.Message + func (this *A) VerboseEqual(that interface{}) error + type AFace interface + GetDescription func() string + GetId func() github_com_gogo_protobuf_test.Uuid + GetNumber func() int64 + Proto func() proto.Message + type B struct + G []github_com_gogo_protobuf_test_custom.Uint128 + XXX_unrecognized []byte + func NewPopulatedB(r randyExample, easy bool) *B + func (*B) Descriptor() ([]byte, []int) + func (*B) ProtoMessage() + func (m *B) Marshal() (dAtA []byte, err error) + func (m *B) MarshalTo(dAtA []byte) (int, error) + func (m *B) Reset() + func (m *B) Size() (n int) + func (m *B) Unmarshal(dAtA []byte) error + func (this *B) Description() (desc *descriptor.FileDescriptorSet) + func (this *B) Equal(that interface{}) bool + func (this *B) GoString() string + func (this *B) String() string + func (this *B) VerboseEqual(that interface{}) error + type C struct + MySize *int64 + XXX_unrecognized []byte + func NewPopulatedC(r randyExample, easy bool) *C + func (*C) Descriptor() ([]byte, []int) + func (*C) ProtoMessage() + func (m *C) GetMySize() int64 + func (m *C) Marshal() (dAtA []byte, err error) + func (m *C) MarshalTo(dAtA []byte) (int, error) + func (m *C) Reset() + func (m *C) Size() (n int) + func (m *C) Unmarshal(dAtA []byte) error + func (this *C) Equal(that interface{}) bool + func (this *C) GoString() string + func (this *C) String() string + func (this *C) VerboseEqual(that interface{}) error + type CastType struct + Int32 *int32 + XXX_unrecognized []byte + func NewPopulatedCastType(r randyExample, easy bool) *CastType + func (*CastType) Descriptor() ([]byte, []int) + func (*CastType) ProtoMessage() + func (m *CastType) GetInt32() int32 + func (m *CastType) Marshal() (dAtA []byte, err error) + func (m *CastType) MarshalTo(dAtA []byte) (int, error) + func (m *CastType) Reset() + func (m *CastType) Size() (n int) + func (m *CastType) Unmarshal(dAtA []byte) error + func (this *CastType) Equal(that interface{}) bool + func (this *CastType) GoString() string + func (this *CastType) String() string + func (this *CastType) VerboseEqual(that interface{}) error + type E struct + XXX_extensions []byte + XXX_unrecognized []byte + func NewPopulatedE(r randyExample, easy bool) *E + func (*E) Descriptor() ([]byte, []int) + func (*E) ExtensionRangeArray() []proto.ExtensionRange + func (*E) ProtoMessage() + func (m *E) GetExtensions() *[]byte + func (m *E) Marshal() (dAtA []byte, err error) + func (m *E) MarshalTo(dAtA []byte) (int, error) + func (m *E) Reset() + func (m *E) Size() (n int) + func (m *E) Unmarshal(dAtA []byte) error + func (this *E) Equal(that interface{}) bool + func (this *E) GoString() string + func (this *E) String() string + func (this *E) VerboseEqual(that interface{}) error + type R struct + Recognized *uint32 + func NewPopulatedR(r randyExample, easy bool) *R + func (*R) Descriptor() ([]byte, []int) + func (*R) ProtoMessage() + func (m *R) GetRecognized() uint32 + func (m *R) Marshal() (dAtA []byte, err error) + func (m *R) MarshalTo(dAtA []byte) (int, error) + func (m *R) Reset() + func (m *R) Size() (n int) + func (m *R) Unmarshal(dAtA []byte) error + func (this *R) Equal(that interface{}) bool + func (this *R) GoString() string + func (this *R) String() string + func (this *R) VerboseEqual(that interface{}) error + type U struct + A *A + B *B + XXX_unrecognized []byte + func NewPopulatedU(r randyExample, easy bool) *U + func (*U) Descriptor() ([]byte, []int) + func (*U) ProtoMessage() + func (m *U) GetA() *A + func (m *U) GetB() *B + func (m *U) Marshal() (dAtA []byte, err error) + func (m *U) MarshalTo(dAtA []byte) (int, error) + func (m *U) Reset() + func (m *U) Size() (n int) + func (m *U) Unmarshal(dAtA []byte) error + func (this *U) Equal(that interface{}) bool + func (this *U) GetValue() interface{} + func (this *U) GoString() string + func (this *U) SetValue(value interface{}) bool + func (this *U) String() string + func (this *U) VerboseEqual(that interface{}) error