Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasePageParamsRequest ¶
type BasePageParamsRequest struct { Page *int `validate:"omitempty,numeric,min=1" binding:"omitempty,numeric,min=1" json:"page" form:"page" label:"page"` PageSize *int `validate:"omitempty,numeric,min=1" binding:"omitempty,numeric,min=1" json:"pageSize" form:"pageSize" label:"pageSize"` }
func (*BasePageParamsRequest) SetPageParams ¶
func (b *BasePageParamsRequest) SetPageParams(page, pageSize *int)
Click to show internal directories.
Click to hide internal directories.