Versions in this module Expand all Collapse all v1 v1.9.1 Jun 29, 2021 v1.9.0 Jun 29, 2021 Changes in this version + func BindQueryParameter(style string, explode bool, required bool, paramName string, ...) error + func BindStringToObject(src string, dst interface{}) error + func BindStyledParameter(style string, explode bool, paramName string, value string, dest interface{}) error + func BindStyledParameterWithLocation(style string, explode bool, paramName string, paramLocation ParamLocation, ...) error + func MarshalDeepObject(i interface{}, paramName string) (string, error) + func StyleParam(style string, explode bool, paramName string, value interface{}) (string, error) + func StyleParamWithLocation(style string, explode bool, paramName string, paramLocation ParamLocation, ...) (string, error) + func UnmarshalDeepObject(dst interface{}, paramName string, params url.Values) error + type Binder interface + Bind func(src string) error + type ParamLocation int + const ParamLocationCookie + const ParamLocationHeader + const ParamLocationPath + const ParamLocationQuery + const ParamLocationUndefined