package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewGetReload creates a new http.Handler for the get reload operation.
NewGetReloadDefault creates GetReloadDefault with default headers values.
NewGetReloadNotFound creates GetReloadNotFound with default headers values.
NewGetReloadOK creates GetReloadOK with default headers values.
NewGetReloadParams creates a new GetReloadParams object
There are no default values defined in the spec.
NewGetReloads creates a new http.Handler for the get reloads operation.
NewGetReloadsDefault creates GetReloadsDefault with default headers values.
NewGetReloadsOK creates GetReloadsOK with default headers values.
NewGetReloadsParams creates a new GetReloadsParams object
There are no default values defined in the spec.
# Constants
GetReloadNotFoundCode is the HTTP code returned for type GetReloadNotFound.
GetReloadOKCode is the HTTP code returned for type GetReloadOK.
GetReloadsOKCode is the HTTP code returned for type GetReloadsOK.
# Structs
GetReload swagger:route GET /services/haproxy/reloads/{id} Reloads getReload
# Return one HAProxy reload status
Returns one HAProxy reload status.
GetReloadDefault General Error
swagger:response getReloadDefault
*/.
GetReloadNotFound The specified resource was not found
swagger:response getReloadNotFound
*/.
GetReloadOK Successful operation
swagger:response getReloadOK
*/.
GetReloadParams contains all the bound params for the get reload operation typically these are obtained from a http.Request
swagger:parameters getReload.
GetReloads swagger:route GET /services/haproxy/reloads Reloads getReloads
Return list of HAProxy Reloads.
GetReloadsDefault General Error
swagger:response getReloadsDefault
*/.
GetReloadsOK Success
swagger:response getReloadsOK
*/.
GetReloadsParams contains all the bound params for the get reloads operation typically these are obtained from a http.Request
swagger:parameters getReloads.
GetReloadsURL generates an URL for the get reloads operation.
GetReloadURL generates an URL for the get reload operation.
# Interfaces
GetReloadHandler interface for that can handle valid get reload params.
GetReloadsHandler interface for that can handle valid get reloads params.
# Type aliases
GetReloadHandlerFunc turns a function with the right signature into a get reload handler.
GetReloadsHandlerFunc turns a function with the right signature into a get reloads handler.