Documentation ¶
Overview ¶
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 (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
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthIndeximport = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowIndeximport = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
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) 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) 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
Click to show internal directories.
Click to hide internal directories.