package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewGetGlobal creates a new http.Handler for the get global operation.
NewGetGlobalDefault creates GetGlobalDefault with default headers values.
NewGetGlobalOK creates GetGlobalOK with default headers values.
NewGetGlobalParams creates a new GetGlobalParams object with the default values initialized.
NewReplaceGlobal creates a new http.Handler for the replace global operation.
NewReplaceGlobalAccepted creates ReplaceGlobalAccepted with default headers values.
NewReplaceGlobalBadRequest creates ReplaceGlobalBadRequest with default headers values.
NewReplaceGlobalDefault creates ReplaceGlobalDefault with default headers values.
NewReplaceGlobalOK creates ReplaceGlobalOK with default headers values.
NewReplaceGlobalParams creates a new ReplaceGlobalParams object with the default values initialized.
# Constants
GetGlobalOKCode is the HTTP code returned for type GetGlobalOK.
ReplaceGlobalAcceptedCode is the HTTP code returned for type ReplaceGlobalAccepted.
ReplaceGlobalBadRequestCode is the HTTP code returned for type ReplaceGlobalBadRequest.
ReplaceGlobalOKCode is the HTTP code returned for type ReplaceGlobalOK.
# Structs
GetGlobal swagger:route GET /services/haproxy/configuration/global Global getGlobal
# Return a global part of configuration
Returns global part of configuration.
GetGlobalDefault General Error
swagger:response getGlobalDefault
*/.
GetGlobalOK Successful operation
swagger:response getGlobalOK
*/.
GetGlobalParams contains all the bound params for the get global operation typically these are obtained from a http.Request
swagger:parameters getGlobal.
GetGlobalURL generates an URL for the get global operation.
ReplaceGlobal swagger:route PUT /services/haproxy/configuration/global Global replaceGlobal
# Replace global
Replace global part of config
*/.
ReplaceGlobalAccepted Configuration change accepted and reload requested
swagger:response replaceGlobalAccepted
*/.
ReplaceGlobalBadRequest Bad request
swagger:response replaceGlobalBadRequest
*/.
ReplaceGlobalDefault General Error
swagger:response replaceGlobalDefault
*/.
ReplaceGlobalOK Global replaced
swagger:response replaceGlobalOK
*/.
ReplaceGlobalParams contains all the bound params for the replace global operation typically these are obtained from a http.Request
swagger:parameters replaceGlobal.
ReplaceGlobalURL generates an URL for the replace global operation.
# Interfaces
GetGlobalHandler interface for that can handle valid get global params.
ReplaceGlobalHandler interface for that can handle valid replace global params.
# Type aliases
GetGlobalHandlerFunc turns a function with the right signature into a get global handler.
ReplaceGlobalHandlerFunc turns a function with the right signature into a replace global handler.