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