# Functions
NewListControllers creates a new http.Handler for the list controllers operation.
NewListControllersBadRequest creates ListControllersBadRequest with default headers values.
NewListControllersOK creates ListControllersOK with default headers values.
NewListControllersParams creates a new ListControllersParams object
There are no default values defined in the spec.
NewListControllersTooManyRequests creates ListControllersTooManyRequests with default headers values.
NewListControllersUnauthorized creates ListControllersUnauthorized with default headers values.
# Constants
ListControllersBadRequestCode is the HTTP code returned for type ListControllersBadRequest.
ListControllersOKCode is the HTTP code returned for type ListControllersOK.
ListControllersTooManyRequestsCode is the HTTP code returned for type ListControllersTooManyRequests.
ListControllersUnauthorizedCode is the HTTP code returned for type ListControllersUnauthorized.
# Structs
ListControllers swagger:route GET /controllers Controllers listControllers
List controllers
Retrieves a list of controllers
*/.
ListControllersBadRequest The supplied request contains invalid fields or could not be parsed (json and non-json bodies).
ListControllersOK A list of controllers
swagger:response listControllersOK
*/.
ListControllersParams contains all the bound params for the list controllers operation typically these are obtained from a http.Request
swagger:parameters listControllers.
ListControllersTooManyRequests The resource requested is rate limited and the rate limit has been exceeded
swagger:response listControllersTooManyRequests
*/.
ListControllersUnauthorized The supplied session does not have the correct access rights to request this resource
swagger:response listControllersUnauthorized
*/.
ListControllersURL generates an URL for the list controllers operation.
# Interfaces
ListControllersHandler interface for that can handle valid list controllers params.
# Type aliases
ListControllersHandlerFunc turns a function with the right signature into a list controllers handler.