# Functions
NewInfo creates a new http.Handler for the info operation.
NewInfoInternalServerError creates InfoInternalServerError with default headers values.
NewInfoOK creates InfoOK with default headers values.
NewInfoParams creates a new InfoParams object no default values defined in spec.
# Constants
InfoInternalServerErrorCode is the HTTP code returned for type InfoInternalServerError.
InfoOKCode is the HTTP code returned for type InfoOK.
# Structs
Info swagger:route GET /auth/scope/info Scopes info
Info info API
*/.
InfoInternalServerError internal server error
swagger:response infoInternalServerError
*/.
InfoOK ok
swagger:response infoOK
*/.
InfoOKBody info o k body
swagger:model InfoOKBody.
InfoParams contains all the bound params for the info operation typically these are obtained from a http.Request
swagger:parameters Info.
InfoURL generates an URL for the info operation.
# Interfaces
InfoHandler interface for that can handle valid info params.
# Type aliases
InfoHandlerFunc turns a function with the right signature into a info handler.