Documentation ¶
Index ¶
- func GroupDescription() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- type Groups1
- func (this *Groups1) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*Groups1) Descriptor() ([]byte, []int)
- func (this *Groups1) Equal(that interface{}) bool
- func (this *Groups1) GoString() string
- func (m *Groups1) IsNil() bool
- func (*Groups1) ProtoMessage()
- func (m *Groups1) Reset()
- func (m *Groups1) SetG_(val []*Groups1_G)
- func (this *Groups1) String() string
- func (this *Groups1) VerboseEqual(that interface{}) error
- func (m *Groups1) XXX_DiscardUnknown()
- func (m *Groups1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Groups1) XXX_Merge(src proto.Message)
- func (m *Groups1) XXX_Size() int
- func (m *Groups1) XXX_Unmarshal(b []byte) error
- type Groups1_G
- func (this *Groups1_G) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*Groups1_G) Descriptor() ([]byte, []int)
- func (this *Groups1_G) Equal(that interface{}) bool
- func (this *Groups1_G) GoString() string
- func (m *Groups1_G) IsNil() bool
- func (*Groups1_G) ProtoMessage()
- func (m *Groups1_G) Reset()
- func (m *Groups1_G) SetField1_(val int64)
- func (m *Groups1_G) SetField2_(val float64)
- func (this *Groups1_G) String() string
- func (this *Groups1_G) VerboseEqual(that interface{}) error
- func (m *Groups1_G) XXX_DiscardUnknown()
- func (m *Groups1_G) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Groups1_G) XXX_Merge(src proto.Message)
- func (m *Groups1_G) XXX_Size() int
- func (m *Groups1_G) XXX_Unmarshal(b []byte) error
- type Groups2
- func (this *Groups2) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*Groups2) Descriptor() ([]byte, []int)
- func (this *Groups2) Equal(that interface{}) bool
- func (this *Groups2) GoString() string
- func (m *Groups2) IsNil() bool
- func (*Groups2) ProtoMessage()
- func (m *Groups2) Reset()
- func (m *Groups2) SetG_(val *Groups2_G)
- func (this *Groups2) String() string
- func (this *Groups2) VerboseEqual(that interface{}) error
- func (m *Groups2) XXX_DiscardUnknown()
- func (m *Groups2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Groups2) XXX_Merge(src proto.Message)
- func (m *Groups2) XXX_Size() int
- func (m *Groups2) XXX_Unmarshal(b []byte) error
- type Groups2_G
- func (this *Groups2_G) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
- func (*Groups2_G) Descriptor() ([]byte, []int)
- func (this *Groups2_G) Equal(that interface{}) bool
- func (this *Groups2_G) GoString() string
- func (m *Groups2_G) IsNil() bool
- func (*Groups2_G) ProtoMessage()
- func (m *Groups2_G) Reset()
- func (m *Groups2_G) SetField1_(val int64)
- func (m *Groups2_G) SetField2_(val []float64)
- func (this *Groups2_G) String() string
- func (this *Groups2_G) VerboseEqual(that interface{}) error
- func (m *Groups2_G) XXX_DiscardUnknown()
- func (m *Groups2_G) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Groups2_G) XXX_Merge(src proto.Message)
- func (m *Groups2_G) XXX_Size() int
- func (m *Groups2_G) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GroupDescription ¶
func GroupDescription() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
Types ¶
type Groups1 ¶
type Groups1 struct { G []*Groups1_G `protobuf:"group,1,rep,name=G,json=g" json:"g,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedGroups1 ¶
func (*Groups1) Description ¶
func (this *Groups1) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*Groups1) Descriptor ¶
func (*Groups1) ProtoMessage ¶
func (*Groups1) ProtoMessage()
func (*Groups1) VerboseEqual ¶
func (*Groups1) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *Groups1) XXX_DiscardUnknown()
func (*Groups1) XXX_Marshal ¶ added in v1.1.0
func (*Groups1) XXX_Unmarshal ¶ added in v1.1.0
type Groups1_G ¶
type Groups1_G struct { Field1 *int64 `protobuf:"varint,1,opt,name=Field1" json:"Field1,omitempty"` Field2 *float64 `protobuf:"fixed64,2,opt,name=Field2" json:"Field2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedGroups1_G ¶
func (*Groups1_G) Description ¶
func (this *Groups1_G) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*Groups1_G) Descriptor ¶
func (*Groups1_G) ProtoMessage ¶
func (*Groups1_G) ProtoMessage()
func (*Groups1_G) SetField1_ ¶ added in v1.4.9
func (*Groups1_G) SetField2_ ¶ added in v1.4.9
func (*Groups1_G) VerboseEqual ¶
func (*Groups1_G) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *Groups1_G) XXX_DiscardUnknown()
func (*Groups1_G) XXX_Marshal ¶ added in v1.1.0
func (*Groups1_G) XXX_Unmarshal ¶ added in v1.1.0
type Groups2 ¶
type Groups2 struct { G *Groups2_G `protobuf:"group,1,opt,name=G,json=g" json:"g,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedGroups2 ¶
func (*Groups2) Description ¶
func (this *Groups2) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*Groups2) Descriptor ¶
func (*Groups2) ProtoMessage ¶
func (*Groups2) ProtoMessage()
func (*Groups2) VerboseEqual ¶
func (*Groups2) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *Groups2) XXX_DiscardUnknown()
func (*Groups2) XXX_Marshal ¶ added in v1.1.0
func (*Groups2) XXX_Unmarshal ¶ added in v1.1.0
type Groups2_G ¶
type Groups2_G 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 NewPopulatedGroups2_G ¶
func (*Groups2_G) Description ¶
func (this *Groups2_G) Description() (desc *github_com_coderyw_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
func (*Groups2_G) Descriptor ¶
func (*Groups2_G) ProtoMessage ¶
func (*Groups2_G) ProtoMessage()
func (*Groups2_G) SetField1_ ¶ added in v1.4.9
func (*Groups2_G) SetField2_ ¶ added in v1.4.9
func (*Groups2_G) VerboseEqual ¶
func (*Groups2_G) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *Groups2_G) XXX_DiscardUnknown()
func (*Groups2_G) XXX_Marshal ¶ added in v1.1.0
func (*Groups2_G) XXX_Unmarshal ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.