Versions in this module Expand all Collapse all v1 v1.0.0 Feb 2, 2018 Changes in this version + var ErrIntOverflowIndeximport = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthIndeximport = fmt.Errorf("proto: negative length found during unmarshaling") + type IndexQueries struct + Queries []*index.IndexQuery + XXX_unrecognized []byte + func NewPopulatedIndexQueries(r randyIndeximport, easy bool) *IndexQueries + func (*IndexQueries) Descriptor() ([]byte, []int) + func (*IndexQueries) ProtoMessage() + func (m *IndexQueries) GetQueries() []*index.IndexQuery + func (m *IndexQueries) Marshal() (dAtA []byte, err error) + func (m *IndexQueries) MarshalTo(dAtA []byte) (int, error) + func (m *IndexQueries) Reset() + func (m *IndexQueries) Size() (n int) + func (m *IndexQueries) String() string + func (m *IndexQueries) Unmarshal(dAtA []byte) error + func (this *IndexQueries) Equal(that interface{}) bool