Documentation ¶
Index ¶
- Variables
- func UnrecognizedgroupDescription() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- type A
- func (this *A) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*A) Descriptor() ([]byte, []int)
- func (this *A) Equal(that interface{}) bool
- func (this *A) GoString() string
- func (m *A) Marshal() (dAtA []byte, err error)
- func (m *A) MarshalTo(dAtA []byte) (int, error)
- func (*A) ProtoMessage()
- func (m *A) Reset()
- func (m *A) Size() (n int)
- func (this *A) String() string
- func (m *A) Unmarshal(dAtA []byte) error
- func (this *A) VerboseEqual(that interface{}) error
- func (m *A) XXX_DiscardUnknown()
- func (m *A) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *A) XXX_Merge(src proto.Message)
- func (m *A) XXX_Size() int
- func (m *A) XXX_Unmarshal(b []byte) error
- type NewNoGroup
- func (this *NewNoGroup) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*NewNoGroup) Descriptor() ([]byte, []int)
- func (this *NewNoGroup) Equal(that interface{}) bool
- func (this *NewNoGroup) GoString() string
- func (m *NewNoGroup) Marshal() (dAtA []byte, err error)
- func (m *NewNoGroup) MarshalTo(dAtA []byte) (int, error)
- func (*NewNoGroup) ProtoMessage()
- func (m *NewNoGroup) Reset()
- func (m *NewNoGroup) Size() (n int)
- func (this *NewNoGroup) String() string
- func (m *NewNoGroup) Unmarshal(dAtA []byte) error
- func (this *NewNoGroup) VerboseEqual(that interface{}) error
- func (m *NewNoGroup) XXX_DiscardUnknown()
- func (m *NewNoGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *NewNoGroup) XXX_Merge(src proto.Message)
- func (m *NewNoGroup) XXX_Size() int
- func (m *NewNoGroup) XXX_Unmarshal(b []byte) error
- type OldWithGroup
- func (this *OldWithGroup) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*OldWithGroup) Descriptor() ([]byte, []int)
- func (this *OldWithGroup) Equal(that interface{}) bool
- func (this *OldWithGroup) GoString() string
- func (*OldWithGroup) ProtoMessage()
- func (m *OldWithGroup) Reset()
- func (this *OldWithGroup) String() string
- func (this *OldWithGroup) VerboseEqual(that interface{}) error
- func (m *OldWithGroup) XXX_DiscardUnknown()
- func (m *OldWithGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *OldWithGroup) XXX_Merge(src proto.Message)
- func (m *OldWithGroup) XXX_Size() int
- func (m *OldWithGroup) XXX_Unmarshal(b []byte) error
- type OldWithGroup_Group1
- func (this *OldWithGroup_Group1) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*OldWithGroup_Group1) Descriptor() ([]byte, []int)
- func (this *OldWithGroup_Group1) Equal(that interface{}) bool
- func (this *OldWithGroup_Group1) GoString() string
- func (*OldWithGroup_Group1) ProtoMessage()
- func (m *OldWithGroup_Group1) Reset()
- func (this *OldWithGroup_Group1) String() string
- func (this *OldWithGroup_Group1) VerboseEqual(that interface{}) error
- func (m *OldWithGroup_Group1) XXX_DiscardUnknown()
- func (m *OldWithGroup_Group1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *OldWithGroup_Group1) XXX_Merge(src proto.Message)
- func (m *OldWithGroup_Group1) XXX_Size() int
- func (m *OldWithGroup_Group1) XXX_Unmarshal(b []byte) error
- type OldWithGroup_Group2
- func (this *OldWithGroup_Group2) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*OldWithGroup_Group2) Descriptor() ([]byte, []int)
- func (this *OldWithGroup_Group2) Equal(that interface{}) bool
- func (this *OldWithGroup_Group2) GoString() string
- func (*OldWithGroup_Group2) ProtoMessage()
- func (m *OldWithGroup_Group2) Reset()
- func (this *OldWithGroup_Group2) String() string
- func (this *OldWithGroup_Group2) VerboseEqual(that interface{}) error
- func (m *OldWithGroup_Group2) XXX_DiscardUnknown()
- func (m *OldWithGroup_Group2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *OldWithGroup_Group2) XXX_Merge(src proto.Message)
- func (m *OldWithGroup_Group2) XXX_Size() int
- func (m *OldWithGroup_Group2) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthUnrecognizedgroup = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowUnrecognizedgroup = fmt.Errorf("proto: integer overflow") )
Functions ¶
func UnrecognizedgroupDescription ¶
func UnrecognizedgroupDescription() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
Types ¶
type A ¶
type A struct { AField *int64 `protobuf:"varint,1,opt,name=AField" json:"AField,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedA ¶
func (*A) Description ¶
func (this *A) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*A) Descriptor ¶
func (*A) ProtoMessage ¶
func (*A) ProtoMessage()
func (*A) VerboseEqual ¶
func (*A) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *A) XXX_DiscardUnknown()
func (*A) XXX_Marshal ¶ added in v1.1.0
func (*A) XXX_Unmarshal ¶ added in v1.1.0
type NewNoGroup ¶
type NewNoGroup struct { Field1 *int64 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"` Field3 []float64 `protobuf:"fixed64,3,rep,name=Field3" json:"Field3,omitempty"` A *A `protobuf:"bytes,5,opt,name=A" json:"A,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedNewNoGroup ¶
func NewPopulatedNewNoGroup(r randyUnrecognizedgroup, easy bool) *NewNoGroup
func (*NewNoGroup) Description ¶
func (this *NewNoGroup) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*NewNoGroup) Descriptor ¶
func (*NewNoGroup) Descriptor() ([]byte, []int)
func (*NewNoGroup) Equal ¶
func (this *NewNoGroup) Equal(that interface{}) bool
func (*NewNoGroup) GoString ¶
func (this *NewNoGroup) GoString() string
func (*NewNoGroup) Marshal ¶
func (m *NewNoGroup) Marshal() (dAtA []byte, err error)
func (*NewNoGroup) ProtoMessage ¶
func (*NewNoGroup) ProtoMessage()
func (*NewNoGroup) Reset ¶
func (m *NewNoGroup) Reset()
func (*NewNoGroup) Size ¶
func (m *NewNoGroup) Size() (n int)
func (*NewNoGroup) String ¶
func (this *NewNoGroup) String() string
func (*NewNoGroup) Unmarshal ¶
func (m *NewNoGroup) Unmarshal(dAtA []byte) error
func (*NewNoGroup) VerboseEqual ¶
func (this *NewNoGroup) VerboseEqual(that interface{}) error
func (*NewNoGroup) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *NewNoGroup) XXX_DiscardUnknown()
func (*NewNoGroup) XXX_Marshal ¶ added in v1.1.0
func (m *NewNoGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*NewNoGroup) XXX_Merge ¶ added in v1.1.0
func (dst *NewNoGroup) XXX_Merge(src proto.Message)
func (*NewNoGroup) XXX_Size ¶ added in v1.1.0
func (m *NewNoGroup) XXX_Size() int
func (*NewNoGroup) XXX_Unmarshal ¶ added in v1.1.0
func (m *NewNoGroup) XXX_Unmarshal(b []byte) error
type OldWithGroup ¶
type OldWithGroup struct { Field1 *int64 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"` Group1 *OldWithGroup_Group1 `protobuf:"group,2,opt,name=Group1,json=group1" json:"group1,omitempty"` Field3 []float64 `protobuf:"fixed64,3,rep,name=Field3" json:"Field3,omitempty"` Group2 *OldWithGroup_Group2 `protobuf:"group,4,opt,name=Group2,json=group2" json:"group2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedOldWithGroup ¶
func NewPopulatedOldWithGroup(r randyUnrecognizedgroup, easy bool) *OldWithGroup
func (*OldWithGroup) Description ¶
func (this *OldWithGroup) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*OldWithGroup) Descriptor ¶
func (*OldWithGroup) Descriptor() ([]byte, []int)
func (*OldWithGroup) Equal ¶
func (this *OldWithGroup) Equal(that interface{}) bool
func (*OldWithGroup) GoString ¶
func (this *OldWithGroup) GoString() string
func (*OldWithGroup) ProtoMessage ¶
func (*OldWithGroup) ProtoMessage()
func (*OldWithGroup) Reset ¶
func (m *OldWithGroup) Reset()
func (*OldWithGroup) String ¶
func (this *OldWithGroup) String() string
func (*OldWithGroup) VerboseEqual ¶
func (this *OldWithGroup) VerboseEqual(that interface{}) error
func (*OldWithGroup) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *OldWithGroup) XXX_DiscardUnknown()
func (*OldWithGroup) XXX_Marshal ¶ added in v1.1.0
func (m *OldWithGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OldWithGroup) XXX_Merge ¶ added in v1.1.0
func (dst *OldWithGroup) XXX_Merge(src proto.Message)
func (*OldWithGroup) XXX_Size ¶ added in v1.1.0
func (m *OldWithGroup) XXX_Size() int
func (*OldWithGroup) XXX_Unmarshal ¶ added in v1.1.0
func (m *OldWithGroup) XXX_Unmarshal(b []byte) error
type OldWithGroup_Group1 ¶
type OldWithGroup_Group1 struct { Field1 *int64 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"` Field2 *int32 `protobuf:"varint,2,opt,name=Field2" json:"Field2,omitempty"` Field3 []float64 `protobuf:"fixed64,3,rep,name=Field3" json:"Field3,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedOldWithGroup_Group1 ¶
func NewPopulatedOldWithGroup_Group1(r randyUnrecognizedgroup, easy bool) *OldWithGroup_Group1
func (*OldWithGroup_Group1) Description ¶
func (this *OldWithGroup_Group1) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*OldWithGroup_Group1) Descriptor ¶
func (*OldWithGroup_Group1) Descriptor() ([]byte, []int)
func (*OldWithGroup_Group1) Equal ¶
func (this *OldWithGroup_Group1) Equal(that interface{}) bool
func (*OldWithGroup_Group1) GoString ¶
func (this *OldWithGroup_Group1) GoString() string
func (*OldWithGroup_Group1) ProtoMessage ¶
func (*OldWithGroup_Group1) ProtoMessage()
func (*OldWithGroup_Group1) Reset ¶
func (m *OldWithGroup_Group1) Reset()
func (*OldWithGroup_Group1) String ¶
func (this *OldWithGroup_Group1) String() string
func (*OldWithGroup_Group1) VerboseEqual ¶
func (this *OldWithGroup_Group1) VerboseEqual(that interface{}) error
func (*OldWithGroup_Group1) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *OldWithGroup_Group1) XXX_DiscardUnknown()
func (*OldWithGroup_Group1) XXX_Marshal ¶ added in v1.1.0
func (m *OldWithGroup_Group1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OldWithGroup_Group1) XXX_Merge ¶ added in v1.1.0
func (dst *OldWithGroup_Group1) XXX_Merge(src proto.Message)
func (*OldWithGroup_Group1) XXX_Size ¶ added in v1.1.0
func (m *OldWithGroup_Group1) XXX_Size() int
func (*OldWithGroup_Group1) XXX_Unmarshal ¶ added in v1.1.0
func (m *OldWithGroup_Group1) XXX_Unmarshal(b []byte) error
type OldWithGroup_Group2 ¶
type OldWithGroup_Group2 struct { Field1 *int64 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"` Field2 []float64 `protobuf:"fixed64,2,rep,name=Field2" json:"Field2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedOldWithGroup_Group2 ¶
func NewPopulatedOldWithGroup_Group2(r randyUnrecognizedgroup, easy bool) *OldWithGroup_Group2
func (*OldWithGroup_Group2) Description ¶
func (this *OldWithGroup_Group2) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*OldWithGroup_Group2) Descriptor ¶
func (*OldWithGroup_Group2) Descriptor() ([]byte, []int)
func (*OldWithGroup_Group2) Equal ¶
func (this *OldWithGroup_Group2) Equal(that interface{}) bool
func (*OldWithGroup_Group2) GoString ¶
func (this *OldWithGroup_Group2) GoString() string
func (*OldWithGroup_Group2) ProtoMessage ¶
func (*OldWithGroup_Group2) ProtoMessage()
func (*OldWithGroup_Group2) Reset ¶
func (m *OldWithGroup_Group2) Reset()
func (*OldWithGroup_Group2) String ¶
func (this *OldWithGroup_Group2) String() string
func (*OldWithGroup_Group2) VerboseEqual ¶
func (this *OldWithGroup_Group2) VerboseEqual(that interface{}) error
func (*OldWithGroup_Group2) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *OldWithGroup_Group2) XXX_DiscardUnknown()
func (*OldWithGroup_Group2) XXX_Marshal ¶ added in v1.1.0
func (m *OldWithGroup_Group2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OldWithGroup_Group2) XXX_Merge ¶ added in v1.1.0
func (dst *OldWithGroup_Group2) XXX_Merge(src proto.Message)
func (*OldWithGroup_Group2) XXX_Size ¶ added in v1.1.0
func (m *OldWithGroup_Group2) XXX_Size() int
func (*OldWithGroup_Group2) XXX_Unmarshal ¶ added in v1.1.0
func (m *OldWithGroup_Group2) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.