package
1.7.6
Repository: https://github.com/minio/console.git
Documentation: pkg.go.dev

# Functions

NewInspect creates a new http.Handler for the inspect operation.
NewInspectDefault creates InspectDefault with default headers values.
NewInspectOK creates InspectOK with default headers values.
NewInspectParams creates a new InspectParams object There are no default values defined in the spec.

# Constants

InspectOKCode is the HTTP code returned for type InspectOK.

# Structs

Inspect swagger:route GET /admin/inspect Inspect inspect Inspect Files on Drive */.
InspectDefault Generic error response.
InspectOK A successful response.
InspectParams contains all the bound params for the inspect operation typically these are obtained from a http.Request swagger:parameters Inspect.
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.