# Functions
NewInspect creates a new http.Handler for the inspect operation.
NewInspectOK creates InspectOK with default headers values.
NewInspectParams creates a new InspectParams object
There are no default values defined in the spec.
NewInspectTooManyRequests creates InspectTooManyRequests with default headers values.
NewInspectUnauthorized creates InspectUnauthorized with default headers values.
# Constants
InspectOKCode is the HTTP code returned for type InspectOK.
InspectTooManyRequestsCode is the HTTP code returned for type InspectTooManyRequests.
InspectUnauthorizedCode is the HTTP code returned for type InspectUnauthorized.
# Structs
Inspect swagger:route POST /inspections Inspect inspect
Inspect system values
Requests system information, such as stack dumps or information about capabilities.
InspectOK A response to an inspect request
swagger:response inspectOK
*/.
InspectParams contains all the bound params for the inspect operation typically these are obtained from a http.Request
swagger:parameters inspect.
InspectTooManyRequests The resource requested is rate limited and the rate limit has been exceeded
swagger:response inspectTooManyRequests
*/.
InspectUnauthorized The currently supplied session does not have the correct access rights to request this resource
swagger:response inspectUnauthorized
*/.
InspectURL generates an URL for the inspect operation.
# Interfaces
InspectHandler interface for that can handle valid inspect params.
# Type aliases
InspectHandlerFunc turns a function with the right signature into a inspect handler.