group - ActiveState ActiveGo 1.8
...

Package group

import "github.com/gogo/protobuf/test/group"
Overview
Index

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 *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
type Groups1
    func NewPopulatedGroups1(r randyGroup, easy bool) *Groups1
    func (this *Groups1) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
    func (*Groups1) Descriptor() ([]byte, []int)
    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 NewPopulatedGroups1_G(r randyGroup, easy bool) *Groups1_G
    func (this *Groups1_G) Description() (desc *github_com_gogo_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 (*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 NewPopulatedGroups2(r randyGroup, easy bool) *Groups2
    func (this *Groups2) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)
    func (*Groups2) Descriptor() ([]byte, []int)
    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 NewPopulatedGroups2_G(r randyGroup, easy bool) *Groups2_G
    func (this *Groups2_G) Description() (desc *github_com_gogo_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 (*Groups2_G) ProtoMessage()
    func (m *Groups2_G) Reset()
    func (this *Groups2_G) String() string
    func (this *Groups2_G) VerboseEqual(that interface{}) error

Package files

group.pb.go

func GroupDescription

func GroupDescription() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)

type Groups1

type Groups1 struct {
    G                []*Groups1_G `protobuf:"group,1,rep,name=G,json=g" json:"g,omitempty"`
    XXX_unrecognized []byte       `json:"-"`
}

func NewPopulatedGroups1

func NewPopulatedGroups1(r randyGroup, easy bool) *Groups1

func (*Groups1) Description

func (this *Groups1) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)

func (*Groups1) Descriptor

func (*Groups1) Descriptor() ([]byte, []int)

func (*Groups1) Equal

func (this *Groups1) Equal(that interface{}) bool

func (*Groups1) GoString

func (this *Groups1) GoString() string

func (*Groups1) ProtoMessage

func (*Groups1) ProtoMessage()

func (*Groups1) Reset

func (m *Groups1) Reset()

func (*Groups1) String

func (this *Groups1) String() string

func (*Groups1) VerboseEqual

func (this *Groups1) VerboseEqual(that interface{}) error

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_unrecognized []byte   `json:"-"`
}

func NewPopulatedGroups1_G

func NewPopulatedGroups1_G(r randyGroup, easy bool) *Groups1_G

func (*Groups1_G) Description

func (this *Groups1_G) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)

func (*Groups1_G) Descriptor

func (*Groups1_G) Descriptor() ([]byte, []int)

func (*Groups1_G) Equal

func (this *Groups1_G) Equal(that interface{}) bool

func (*Groups1_G) GoString

func (this *Groups1_G) GoString() string

func (*Groups1_G) ProtoMessage

func (*Groups1_G) ProtoMessage()

func (*Groups1_G) Reset

func (m *Groups1_G) Reset()

func (*Groups1_G) String

func (this *Groups1_G) String() string

func (*Groups1_G) VerboseEqual

func (this *Groups1_G) VerboseEqual(that interface{}) error

type Groups2

type Groups2 struct {
    G                *Groups2_G `protobuf:"group,1,opt,name=G,json=g" json:"g,omitempty"`
    XXX_unrecognized []byte     `json:"-"`
}

func NewPopulatedGroups2

func NewPopulatedGroups2(r randyGroup, easy bool) *Groups2

func (*Groups2) Description

func (this *Groups2) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)

func (*Groups2) Descriptor

func (*Groups2) Descriptor() ([]byte, []int)

func (*Groups2) Equal

func (this *Groups2) Equal(that interface{}) bool

func (*Groups2) GoString

func (this *Groups2) GoString() string

func (*Groups2) ProtoMessage

func (*Groups2) ProtoMessage()

func (*Groups2) Reset

func (m *Groups2) Reset()

func (*Groups2) String

func (this *Groups2) String() string

func (*Groups2) VerboseEqual

func (this *Groups2) VerboseEqual(that interface{}) error

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_unrecognized []byte    `json:"-"`
}

func NewPopulatedGroups2_G

func NewPopulatedGroups2_G(r randyGroup, easy bool) *Groups2_G

func (*Groups2_G) Description

func (this *Groups2_G) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)

func (*Groups2_G) Descriptor

func (*Groups2_G) Descriptor() ([]byte, []int)

func (*Groups2_G) Equal

func (this *Groups2_G) Equal(that interface{}) bool

func (*Groups2_G) GoString

func (this *Groups2_G) GoString() string

func (*Groups2_G) ProtoMessage

func (*Groups2_G) ProtoMessage()

func (*Groups2_G) Reset

func (m *Groups2_G) Reset()

func (*Groups2_G) String

func (this *Groups2_G) String() string

func (*Groups2_G) VerboseEqual

func (this *Groups2_G) VerboseEqual(that interface{}) error