Documentation ¶
Overview ¶
Package group is a generated protocol buffer package.
It is generated from these files:
group.proto
It has these top-level messages:
Groups1 Groups2
Index ¶
- func GroupDescription() (desc *google_protobuf.FileDescriptorSet)
- type Groups1
- func (this *Groups1) Description() (desc *google_protobuf.FileDescriptorSet)
- func (this *Groups1) Equal(that interface{}) bool
- func (this *Groups1) GoString() string
- func (*Groups1) ProtoMessage()
- func (m *Groups1) Reset()
- func (this *Groups1) String() string
- func (this *Groups1) VerboseEqual(that interface{}) error
- type Groups1_G
- func (this *Groups1_G) Description() (desc *google_protobuf.FileDescriptorSet)
- func (this *Groups1_G) Equal(that interface{}) bool
- func (this *Groups1_G) GoString() string
- func (*Groups1_G) ProtoMessage()
- func (m *Groups1_G) Reset()
- func (this *Groups1_G) String() string
- func (this *Groups1_G) VerboseEqual(that interface{}) error
- type Groups2
- func (this *Groups2) Description() (desc *google_protobuf.FileDescriptorSet)
- func (this *Groups2) Equal(that interface{}) bool
- func (this *Groups2) GoString() string
- func (*Groups2) ProtoMessage()
- func (m *Groups2) Reset()
- func (this *Groups2) String() string
- func (this *Groups2) VerboseEqual(that interface{}) error
- type Groups2_G
- func (this *Groups2_G) Description() (desc *google_protobuf.FileDescriptorSet)
- func (this *Groups2_G) Equal(that interface{}) bool
- func (this *Groups2_G) GoString() string
- func (*Groups2_G) ProtoMessage()
- func (m *Groups2_G) Reset()
- func (this *Groups2_G) String() string
- func (this *Groups2_G) VerboseEqual(that interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GroupDescription ¶
func GroupDescription() (desc *google_protobuf.FileDescriptorSet)
Types ¶
type Groups1 ¶
type Groups1 struct { G []*Groups1_G `protobuf:"group,1,rep" json:"g,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedGroups1 ¶
func (*Groups1) Description ¶
func (this *Groups1) Description() (desc *google_protobuf.FileDescriptorSet)
func (*Groups1) ProtoMessage ¶
func (*Groups1) ProtoMessage()
func (*Groups1) VerboseEqual ¶
type Groups1_G ¶
type Groups1_G struct { Field1 *int64 `protobuf:"varint,1,opt" json:"Field1,omitempty"` Field2 *float64 `protobuf:"fixed64,2,opt" json:"Field2,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedGroups1_G ¶
func (*Groups1_G) Description ¶
func (this *Groups1_G) Description() (desc *google_protobuf.FileDescriptorSet)
func (*Groups1_G) ProtoMessage ¶
func (*Groups1_G) ProtoMessage()
func (*Groups1_G) VerboseEqual ¶
type Groups2 ¶
type Groups2 struct { G *Groups2_G `protobuf:"group,1,opt" json:"g,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedGroups2 ¶
func (*Groups2) Description ¶
func (this *Groups2) Description() (desc *google_protobuf.FileDescriptorSet)
func (*Groups2) ProtoMessage ¶
func (*Groups2) ProtoMessage()
func (*Groups2) VerboseEqual ¶
type Groups2_G ¶
type Groups2_G struct { Field1 *int64 `protobuf:"varint,1,opt" json:"Field1,omitempty"` Field2 []float64 `protobuf:"fixed64,2,rep" json:"Field2,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedGroups2_G ¶
func (*Groups2_G) Description ¶
func (this *Groups2_G) Description() (desc *google_protobuf.FileDescriptorSet)
func (*Groups2_G) ProtoMessage ¶
func (*Groups2_G) ProtoMessage()
func (*Groups2_G) VerboseEqual ¶
Click to show internal directories.
Click to hide internal directories.