# Functions
No description provided by the author
No description provided by the author
BindQueryParameter works much like BindStyledParameter, however it takes a query argument input array from the url package, since query arguments come through a different path than the styled arguments.
BindStringToObject takes a string, and attempts to assign it to the destination interface via whatever type conversion is necessary.
BindStyledParameter binds a parameter as described in the Path Parameters section here to a Go object: https://swagger.io/docs/specification/serialization/ It is a backward compatible function to clients generated with codegen up to version v1.5.5.
BindStyledParameterWithLocation binds a parameter as described in the Path Parameters section here to a Go object: https://swagger.io/docs/specification/serialization/.
JsonMerge merges two JSON representation into a single object.
No description provided by the author
No description provided by the author
StyleParam is used by older generated code, and must remain compatible with that code.
Given an input value, such as a primitive type, array or object, turn it into a parameter based on style/explode definition, performing whatever escaping is necessary based on parameter location.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Interfaces
Binder is the interface implemented by types that can be bound to a query string or a parameter string The input can be assumed to be a valid string.
# Type aliases
No description provided by the author