Versions in this module Expand all Collapse all v0 v0.0.310 Jun 15, 2022 Changes in this version + const ConditionsParam + const DefaultLimit + const DefaultPage + const OrderByParam + const PagingParam + const ReverseParam + func AtoiOrDefault(str string, defVal int) int + func GetBoolValueWithDefault(req *restful.Request, name string, dv bool) bool + func GetStringValueWithDefault(req *restful.Request, name string, dv string) string + func ParsePaging(req *restful.Request) (limit, offset int) + type Conditions struct + Fuzzy map[string]string + Match map[string]string + func ParseConditions(req *restful.Request) (*Conditions, error)