package indeximport
import "github.com/gogo/protobuf/test/indeximport-issue72"
Package indeximport is a generated protocol buffer package.
It is generated from these files:
indeximport.proto
It has these top-level messages:
IndexQueries
Index ¶
- Variables
- type IndexQueries
- func NewPopulatedIndexQueries(r randyIndeximport, easy bool) *IndexQueries
- func (*IndexQueries) Descriptor() ([]byte, []int)
- func (this *IndexQueries) Equal(that interface{}) bool
- func (m *IndexQueries) GetQueries() []*index.IndexQuery
- func (m *IndexQueries) Marshal() (dAtA []byte, err error)
- func (m *IndexQueries) MarshalTo(dAtA []byte) (int, error)
- func (*IndexQueries) ProtoMessage()
- func (m *IndexQueries) Reset()
- func (m *IndexQueries) Size() (n int)
- func (m *IndexQueries) String() string
- func (m *IndexQueries) Unmarshal(dAtA []byte) error
Variables ¶
var ( ErrInvalidLengthIndeximport = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowIndeximport = fmt.Errorf("proto: integer overflow") )
Types ¶
type IndexQueries ¶
type IndexQueries struct { Queries []*index.IndexQuery `protobuf:"bytes,1,rep,name=Queries" json:"Queries,omitempty"` XXX_unrecognized []byte `json:"-"` }
func NewPopulatedIndexQueries ¶
func NewPopulatedIndexQueries(r randyIndeximport, easy bool) *IndexQueries
func (*IndexQueries) Descriptor ¶
func (*IndexQueries) Descriptor() ([]byte, []int)
func (*IndexQueries) Equal ¶
func (this *IndexQueries) Equal(that interface{}) bool
func (*IndexQueries) GetQueries ¶
func (m *IndexQueries) GetQueries() []*index.IndexQuery
func (*IndexQueries) Marshal ¶
func (m *IndexQueries) Marshal() (dAtA []byte, err error)
func (*IndexQueries) MarshalTo ¶
func (m *IndexQueries) MarshalTo(dAtA []byte) (int, error)
func (*IndexQueries) ProtoMessage ¶
func (*IndexQueries) ProtoMessage()
func (*IndexQueries) Reset ¶
func (m *IndexQueries) Reset()
func (*IndexQueries) Size ¶
func (m *IndexQueries) Size() (n int)
func (*IndexQueries) String ¶
func (m *IndexQueries) String() string
func (*IndexQueries) Unmarshal ¶
func (m *IndexQueries) Unmarshal(dAtA []byte) error
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
test/indeximport-issue72/index | Package index is a generated protocol buffer package. |
- Version
- v1.0.0
- Published
- Feb 2, 2018
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 2 days ago –
Tools for package owners.