...
Package indeximport
Overview ▹
Index ▹
Variables
var ( ErrInvalidLengthIndeximport = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowIndeximport = fmt.Errorf("proto: integer overflow") )
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