Documentation ¶
Index ¶
- Variables
- type Query
- func (*Query) Descriptor() ([]byte, []int)
- func (m *Query) Marshal() (dAtA []byte, err error)
- func (m *Query) MarshalTo(dAtA []byte) (int, error)
- func (m *Query) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Query) ProtoMessage()
- func (m *Query) Reset()
- func (m *Query) Size() (n int)
- func (m *Query) String() string
- func (m *Query) Unmarshal(dAtA []byte) error
- func (m *Query) XXX_DiscardUnknown()
- func (m *Query) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Query) XXX_Merge(src proto.Message)
- func (m *Query) XXX_Size() int
- func (m *Query) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Query ¶
type Query struct { PageSize int32 `protobuf:"varint,1,opt,name=pageSize,proto3" json:"pageSize" validate:"required"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page" validate:"required"` Sorted []byte `protobuf:"bytes,3,opt,name=sorted,proto3" json:"sorted"` Filtered []byte `protobuf:"bytes,4,opt,name=filtered,proto3" json:"filtered"` }
func (*Query) Descriptor ¶
func (*Query) ProtoMessage ¶
func (*Query) ProtoMessage()
func (*Query) XXX_DiscardUnknown ¶
func (m *Query) XXX_DiscardUnknown()
func (*Query) XXX_Marshal ¶
func (*Query) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.