Documentation ¶
Index ¶
- Variables
- type Paginate
- func (*Paginate) Descriptor() ([]byte, []int)
- func (this *Paginate) Equal(that interface{}) bool
- func (this *Paginate) GoString() string
- func (m *Paginate) Marshal() (dAtA []byte, err error)
- func (m *Paginate) MarshalTo(dAtA []byte) (int, error)
- func (m *Paginate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Paginate) ProtoMessage()
- func (m *Paginate) Reset()
- func (m *Paginate) Size() (n int)
- func (this *Paginate) String() string
- func (m *Paginate) Unmarshal(dAtA []byte) error
- func (m *Paginate) XXX_DiscardUnknown()
- func (m *Paginate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Paginate) XXX_Merge(src proto.Message)
- func (m *Paginate) XXX_Size() int
- func (m *Paginate) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Paginate ¶
type Paginate struct { Start int64 `protobuf:"varint,1,opt,name=Start,proto3" json:"Start,omitempty"` End int64 `protobuf:"varint,2,opt,name=End,proto3" json:"End,omitempty"` Sort string `protobuf:"bytes,3,opt,name=Sort,proto3" json:"Sort,omitempty"` Order bool `protobuf:"varint,4,opt,name=Order,proto3" json:"Order,omitempty"` }
func NewPopulatedPaginate ¶
func (*Paginate) Descriptor ¶
func (*Paginate) MarshalToSizedBuffer ¶
func (*Paginate) ProtoMessage ¶
func (*Paginate) ProtoMessage()
func (*Paginate) XXX_DiscardUnknown ¶
func (m *Paginate) XXX_DiscardUnknown()
func (*Paginate) XXX_Marshal ¶
func (*Paginate) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.