Documentation ¶
Index ¶
- Variables
- type IndexQueries
- func (*IndexQueries) Descriptor() ([]byte, []int)
- func (this *IndexQueries) Equal(that interface{}) bool
- func (m *IndexQueries) GetQueries() []*index.IndexQuery
- func (m *IndexQueries) Marshal() (dAtA []byte, err error)
- func (m *IndexQueries) MarshalTo(dAtA []byte) (int, error)
- func (*IndexQueries) ProtoMessage()
- func (m *IndexQueries) Reset()
- func (m *IndexQueries) Size() (n int)
- func (m *IndexQueries) String() string
- func (m *IndexQueries) Unmarshal(dAtA []byte) error
- func (m *IndexQueries) XXX_DiscardUnknown()
- func (m *IndexQueries) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *IndexQueries) XXX_Merge(src proto.Message)
- func (m *IndexQueries) XXX_Size() int
- func (m *IndexQueries) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthIndeximport = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowIndeximport = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type IndexQueries ¶
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 ¶
func NewPopulatedIndexQueries(r randyIndeximport, easy bool) *IndexQueries
func (*IndexQueries) Descriptor ¶
func (*IndexQueries) Descriptor() ([]byte, []int)
func (*IndexQueries) Equal ¶
func (this *IndexQueries) Equal(that interface{}) bool
func (*IndexQueries) GetQueries ¶
func (m *IndexQueries) GetQueries() []*index.IndexQuery
func (*IndexQueries) Marshal ¶
func (m *IndexQueries) Marshal() (dAtA []byte, err error)
func (*IndexQueries) ProtoMessage ¶
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 (*IndexQueries) XXX_DiscardUnknown ¶ added in v1.1.0
func (m *IndexQueries) XXX_DiscardUnknown()
func (*IndexQueries) XXX_Marshal ¶ added in v1.1.0
func (m *IndexQueries) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IndexQueries) XXX_Merge ¶ added in v1.1.0
func (dst *IndexQueries) XXX_Merge(src proto.Message)
func (*IndexQueries) XXX_Size ¶ added in v1.1.0
func (m *IndexQueries) XXX_Size() int
func (*IndexQueries) XXX_Unmarshal ¶ added in v1.1.0
func (m *IndexQueries) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.