Documentation ¶
Index ¶
- Variables
- type IndexQuery
- func (*IndexQuery) Descriptor() ([]byte, []int)
- func (this *IndexQuery) Equal(that interface{}) bool
- 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 (*IndexQuery) ProtoMessage()
- 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 (dst *IndexQuery) XXX_Merge(src proto.Message)
- func (m *IndexQuery) XXX_Size() int
- func (m *IndexQuery) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthIndex = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowIndex = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type IndexQuery ¶
type IndexQuery struct { Key *string `protobuf:"bytes,1,opt,name=Key" json:"Key,omitempty"` Value *string `protobuf:"bytes,2,opt,name=Value" json:"Value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedIndexQuery ¶
func NewPopulatedIndexQuery(r randyIndex, easy bool) *IndexQuery
func (*IndexQuery) Descriptor ¶
func (*IndexQuery) Descriptor() ([]byte, []int)
func (*IndexQuery) Equal ¶
func (this *IndexQuery) Equal(that interface{}) bool
func (*IndexQuery) GetKey ¶
func (m *IndexQuery) GetKey() string
func (*IndexQuery) GetValue ¶
func (m *IndexQuery) GetValue() string
func (*IndexQuery) Marshal ¶
func (m *IndexQuery) Marshal() (dAtA []byte, err error)
func (*IndexQuery) ProtoMessage ¶
func (*IndexQuery) ProtoMessage()
func (*IndexQuery) Reset ¶
func (m *IndexQuery) Reset()
func (*IndexQuery) Size ¶
func (m *IndexQuery) Size() (n int)
func (*IndexQuery) String ¶
func (m *IndexQuery) String() string
func (*IndexQuery) Unmarshal ¶
func (m *IndexQuery) Unmarshal(dAtA []byte) error
func (*IndexQuery) XXX_DiscardUnknown ¶
func (m *IndexQuery) XXX_DiscardUnknown()
func (*IndexQuery) XXX_Marshal ¶
func (m *IndexQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IndexQuery) XXX_Merge ¶
func (dst *IndexQuery) XXX_Merge(src proto.Message)
func (*IndexQuery) XXX_Size ¶
func (m *IndexQuery) XXX_Size() int
func (*IndexQuery) XXX_Unmarshal ¶
func (m *IndexQuery) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.