Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LinkConfig ¶
type Pagination ¶
type Pagination struct {
Page int64 `form:"page" query:"page"`
PageSize int64 `form:"pageSize" query:"pageSize"`
}
Pagination pagination params
func (*Pagination) GetPage ¶
func (e *Pagination) GetPage() int64
func (*Pagination) GetPageSize ¶
func (e *Pagination) GetPageSize() int64
Click to show internal directories.
Click to hide internal directories.