Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageQuery ¶
type PageQuery struct { Page int `form:"page"` PageSize int `form:"page_size"` Order string `form:"order_by"` }
func (*PageQuery) GetListOption ¶
func (q *PageQuery) GetListOption() *meta.ListOption
Click to show internal directories.
Click to hide internal directories.