# Functions
Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
GenerateClient generates a client library for a swagger spec document.
GenerateDefinition generates a model file for a schema defintion.
GenerateServerOperation generates a parameter model, parameter validator, http handler implementations for a given operation It also generates an operation handler interface that uses the parameter model for handling a valid request.
GenerateSupport generates the supporting files for an API.
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
# Variables
FuncMap is a map with default functions for use n the templates.
# Structs
GenApp represents all the meta data needed to generate an application from a swagger spec.
GenDefinition contains all the properties to generate a defintion from a swagger spec.
GenHeader represents a header on a response for code generation.
GenItems represents the collection items for a collection parameter.
GenOperation represents an operation for code generation.
GenOperationGroup represents a named (tagged) group of operations.
GenOpts the options for the generator.
GenParameter is used to represent a parameter or a header for code generation.
GenResponse represents a response object for code generation.
GenSchema contains all the information needed to generate the code for a schema.
GenSecurityScheme represents a security scheme for code generation.
GenSerGroup represents a group of serializers, most likely this is a media type to a list of prioritized serializers.
GenSerializer represents a single serializer for a particular media type.
# Type aliases
GenHeaders is a sorted collection of headers for codegen.
GenOperationGroups is a sorted collection of operation groups.
GenOperations represents a list of operations to generate this implements a sort by operation id.
GenParameters represents a sorted parameter collection.
GenSchemaList is a list of schemas for generation.