Versions in this module Expand all Collapse all v1 v1.3.13 Aug 14, 2020 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