Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexPager ¶
type IndexPager struct { *Pager // contains filtered or unexported fields }
func FromIndexer ¶
func FromIndexer(indexer PageableIndexer, indexName, indexKey string) *IndexPager
func (*IndexPager) Limit ¶
func (p *IndexPager) Limit(params PagingParams) ([]interface{}, error)
type PageableIndexer ¶
type PageableStore ¶
type Pager ¶
type Pager struct {
// contains filtered or unexported fields
}
func From ¶
func From(store PageableStore) *Pager
func (*Pager) Limit ¶
func (p *Pager) Limit(params PagingParams) ([]interface{}, error)
type PagingParams ¶
Click to show internal directories.
Click to hide internal directories.