package index

import "github.com/gogo/protobuf/test/indeximport-issue72/index"

Package index is a generated protocol buffer package.

It is generated from these files:

index.proto

It has these top-level messages:

IndexQuery

Index

Variables

var (
	ErrInvalidLengthIndex = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowIndex   = fmt.Errorf("proto: integer overflow")
)

Types

type IndexQuery

type IndexQuery struct {
	Key              *string `protobuf:"bytes,1,opt,name=Key" json:"Key,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=Value" json:"Value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func NewPopulatedIndexQuery

func NewPopulatedIndexQuery(r randyIndex, easy bool) *IndexQuery

func (*IndexQuery) Descriptor

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

func (*IndexQuery) Equal

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

func (*IndexQuery) GetKey

func (m *IndexQuery) GetKey() string

func (*IndexQuery) GetValue

func (m *IndexQuery) GetValue() string

func (*IndexQuery) Marshal

func (m *IndexQuery) Marshal() (dAtA []byte, err error)

func (*IndexQuery) MarshalTo

func (m *IndexQuery) MarshalTo(dAtA []byte) (int, error)

func (*IndexQuery) ProtoMessage

func (*IndexQuery) ProtoMessage()

func (*IndexQuery) Reset

func (m *IndexQuery) Reset()

func (*IndexQuery) Size

func (m *IndexQuery) Size() (n int)

func (*IndexQuery) String

func (m *IndexQuery) String() string

func (*IndexQuery) Unmarshal

func (m *IndexQuery) Unmarshal(dAtA []byte) error

Source Files

index.pb.go

Version
v1.0.0
Published
Feb 2, 2018
Platform
js/wasm
Imports
6 packages
Last checked
2 days ago

Tools for package owners.