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

# Functions

NewRestartService creates a new http.Handler for the restart service operation.
NewRestartServiceDefault creates RestartServiceDefault with default headers values.
NewRestartServiceNoContent creates RestartServiceNoContent with default headers values.
NewRestartServiceParams creates a new RestartServiceParams object There are no default values defined in the spec.

# Constants

RestartServiceNoContentCode is the HTTP code returned for type RestartServiceNoContent.

# Structs

RestartService swagger:route POST /service/restart Service restartService Restart Service */.
RestartServiceDefault Generic error response.
RestartServiceNoContent A successful response.
RestartServiceParams contains all the bound params for the restart service operation typically these are obtained from a http.Request swagger:parameters RestartService.
RestartServiceURL generates an URL for the restart service operation.

# Interfaces

RestartServiceHandler interface for that can handle valid restart service params.

# Type aliases

RestartServiceHandlerFunc turns a function with the right signature into a restart service handler.