# Functions
NewDiscoveryDoc creates a new DiscoveryDoc controller with the given options and returns it, or returns an error if the controller cannot be created.
NewOpenAPIv2Doc creates a new OpenAPIv2Doc controller with the given options and returns it, or returns an error if the controller cannot be created.
NewOpenAPIv3Doc creates a new OpenAPIv3Doc controller with the given options and returns it, or returns an error if the controller cannot be created.
# Structs
DiscoveryDoc is the controller implementation to handle the discovery document.
OpenAPIv2Doc is the controller implementation to handle the OpenAPIv2Doc endpoint.
OpenAPIv3Doc is the controller implementation to handle the OpenAPIv3Doc endpoint.