Package indeximport
Variables
var (
ErrInvalidLengthIndeximport = fmt.Errorf("proto: negative length found during unmarshaling")
ErrIntOverflowIndeximport = fmt.Errorf("proto: integer overflow")
ErrUnexpectedEndOfGroupIndeximport = fmt.Errorf("proto: unexpected end of group")
)
type IndexQueries struct {
Queries []*index.IndexQuery `protobuf:"bytes,1,rep,name=Queries" json:"Queries,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func NewPopulatedIndexQueries(r randyIndeximport, easy bool) *IndexQueries
func (*IndexQueries) Descriptor() ([]byte, []int)
func (*IndexQueries) Equal
¶
func (this *IndexQueries) Equal(that interface{}) bool
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 (m *IndexQueries) MarshalToSizedBuffer(dAtA []byte) (int, error)
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
func (m *IndexQueries) XXX_DiscardUnknown()
func (m *IndexQueries) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IndexQueries) XXX_Merge
¶
func (m *IndexQueries) XXX_Merge(src proto.Message)
func (*IndexQueries) XXX_Size
¶
func (m *IndexQueries) XXX_Size() int
func (m *IndexQueries) XXX_Unmarshal(b []byte) error
Subdirectories