Versions in this module Expand all Collapse all v1 v1.0.1 May 3, 2023 Changes in this version + var ErrIntOverflowIndex = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthIndex = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupIndex = fmt.Errorf("proto: unexpected end of group") + type IndexQuery struct + Key *string + Value *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + 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) MarshalToSizedBuffer(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 (m *IndexQuery) XXX_DiscardUnknown() + func (m *IndexQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *IndexQuery) XXX_Merge(src proto.Message) + func (m *IndexQuery) XXX_Size() int + func (m *IndexQuery) XXX_Unmarshal(b []byte) error + func (this *IndexQuery) Equal(that interface{}) bool