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

# Functions

NewProfilingStart creates a new http.Handler for the profiling start operation.
NewProfilingStartCreated creates ProfilingStartCreated with default headers values.
NewProfilingStartDefault creates ProfilingStartDefault with default headers values.
NewProfilingStartParams creates a new ProfilingStartParams object There are no default values defined in the spec.
NewProfilingStop creates a new http.Handler for the profiling stop operation.
NewProfilingStopCreated creates ProfilingStopCreated with default headers values.
NewProfilingStopDefault creates ProfilingStopDefault with default headers values.
NewProfilingStopParams creates a new ProfilingStopParams object There are no default values defined in the spec.

# Constants

ProfilingStartCreatedCode is the HTTP code returned for type ProfilingStartCreated.
ProfilingStopCreatedCode is the HTTP code returned for type ProfilingStopCreated.

# Structs

ProfilingStart swagger:route POST /profiling/start Profile profilingStart Start recording profile data */.
ProfilingStartCreated A successful response.
ProfilingStartDefault Generic error response.
ProfilingStartParams contains all the bound params for the profiling start operation typically these are obtained from a http.Request swagger:parameters ProfilingStart.
ProfilingStartURL generates an URL for the profiling start operation.
ProfilingStop swagger:route POST /profiling/stop Profile profilingStop Stop and download profile data */.
ProfilingStopCreated A successful response.
ProfilingStopDefault Generic error response.
ProfilingStopParams contains all the bound params for the profiling stop operation typically these are obtained from a http.Request swagger:parameters ProfilingStop.
ProfilingStopURL generates an URL for the profiling stop operation.

# Interfaces

ProfilingStartHandler interface for that can handle valid profiling start params.
ProfilingStopHandler interface for that can handle valid profiling stop params.

# Type aliases

ProfilingStartHandlerFunc turns a function with the right signature into a profiling start handler.
ProfilingStopHandlerFunc turns a function with the right signature into a profiling stop handler.