group

package
v1.2.2-0...-076ffe1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2021 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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 NewPopulatedGroups1(r randyGroup, easy bool) *Groups1

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

func (*Groups1) XXX_DiscardUnknown

func (m *Groups1) XXX_DiscardUnknown()

func (*Groups1) XXX_Marshal

func (m *Groups1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Groups1) XXX_Merge

func (m *Groups1) XXX_Merge(src proto.Message)

func (*Groups1) XXX_Size

func (m *Groups1) XXX_Size() int

func (*Groups1) XXX_Unmarshal

func (m *Groups1) XXX_Unmarshal(b []byte) 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_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func NewPopulatedGroups1_G

func NewPopulatedGroups1_G(r randyGroup, easy bool) *Groups1_G

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

func (*Groups1_G) XXX_DiscardUnknown

func (m *Groups1_G) XXX_DiscardUnknown()

func (*Groups1_G) XXX_Marshal

func (m *Groups1_G) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Groups1_G) XXX_Merge

func (m *Groups1_G) XXX_Merge(src proto.Message)

func (*Groups1_G) XXX_Size

func (m *Groups1_G) XXX_Size() int

func (*Groups1_G) XXX_Unmarshal

func (m *Groups1_G) XXX_Unmarshal(b []byte) error

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 NewPopulatedGroups2(r randyGroup, easy bool) *Groups2

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

func (*Groups2) XXX_DiscardUnknown

func (m *Groups2) XXX_DiscardUnknown()

func (*Groups2) XXX_Marshal

func (m *Groups2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Groups2) XXX_Merge

func (m *Groups2) XXX_Merge(src proto.Message)

func (*Groups2) XXX_Size

func (m *Groups2) XXX_Size() int

func (*Groups2) XXX_Unmarshal

func (m *Groups2) XXX_Unmarshal(b []byte) 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_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func NewPopulatedGroups2_G

func NewPopulatedGroups2_G(r randyGroup, easy bool) *Groups2_G

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

func (*Groups2_G) XXX_DiscardUnknown

func (m *Groups2_G) XXX_DiscardUnknown()

func (*Groups2_G) XXX_Marshal

func (m *Groups2_G) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Groups2_G) XXX_Merge

func (m *Groups2_G) XXX_Merge(src proto.Message)

func (*Groups2_G) XXX_Size

func (m *Groups2_G) XXX_Size() int

func (*Groups2_G) XXX_Unmarshal

func (m *Groups2_G) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL