Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPaginator ¶
func NewPaginator(tx, query *gorm.DB, items interface{}, option *PaginationOption) xpage.Paginator
NewPaginator 创建分页器
Types ¶
type Exprs ¶
type Exprs []clause.Expression
type Hints ¶
type Hints struct { Prefix string Suffix string Content string Clauses []string Before bool After bool }
func (Hints) ModifyStatement ¶
type PaginationOption ¶
Click to show internal directories.
Click to hide internal directories.