Versions in this module Expand all Collapse all v1 v1.6.0 Feb 15, 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 MarshalDeepObject(i interface{}, paramName string) (string, error) + func StyleParam(style string, explode bool, paramName string, value interface{}) (string, error) + func UnmarshalDeepObject(dst interface{}, paramName string, params url.Values) error + type Binder interface + Bind func(src string) error