Documentation ¶
Index ¶
Constants ¶
View Source
const ( PagingParam = "paging" OrderByParam = "orderBy" ConditionsParam = "conditions" ReverseParam = "reverse" )
Variables ¶
This section is empty.
Functions ¶
func GetBoolValueWithDefault ¶
func ParsePaging ¶
func ParsePaging(req *restful.Request) (limit, offset int)
Types ¶
type Conditions ¶
func ParseConditions ¶
func ParseConditions(req *restful.Request) (*Conditions, error)
Click to show internal directories.
Click to hide internal directories.