package
2.9.11+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev

# Functions

NewCreateFCGIApp creates a new http.Handler for the create FCGI app operation.
NewCreateFCGIAppAccepted creates CreateFCGIAppAccepted with default headers values.
NewCreateFCGIAppBadRequest creates CreateFCGIAppBadRequest with default headers values.
NewCreateFCGIAppConflict creates CreateFCGIAppConflict with default headers values.
NewCreateFCGIAppCreated creates CreateFCGIAppCreated with default headers values.
NewCreateFCGIAppDefault creates CreateFCGIAppDefault with default headers values.
NewCreateFCGIAppParams creates a new CreateFCGIAppParams object with the default values initialized.
NewDeleteFCGIApp creates a new http.Handler for the delete FCGI app operation.
NewDeleteFCGIAppAccepted creates DeleteFCGIAppAccepted with default headers values.
NewDeleteFCGIAppDefault creates DeleteFCGIAppDefault with default headers values.
NewDeleteFCGIAppNoContent creates DeleteFCGIAppNoContent with default headers values.
NewDeleteFCGIAppNotFound creates DeleteFCGIAppNotFound with default headers values.
NewDeleteFCGIAppParams creates a new DeleteFCGIAppParams object with the default values initialized.
NewGetFCGIApp creates a new http.Handler for the get FCGI app operation.
NewGetFCGIAppDefault creates GetFCGIAppDefault with default headers values.
NewGetFCGIAppNotFound creates GetFCGIAppNotFound with default headers values.
NewGetFCGIAppOK creates GetFCGIAppOK with default headers values.
NewGetFCGIAppParams creates a new GetFCGIAppParams object There are no default values defined in the spec.
NewGetFCGIApps creates a new http.Handler for the get FCGI apps operation.
NewGetFCGIAppsDefault creates GetFCGIAppsDefault with default headers values.
NewGetFCGIAppsOK creates GetFCGIAppsOK with default headers values.
NewGetFCGIAppsParams creates a new GetFCGIAppsParams object There are no default values defined in the spec.
NewReplaceFCGIApp creates a new http.Handler for the replace FCGI app operation.
NewReplaceFCGIAppAccepted creates ReplaceFCGIAppAccepted with default headers values.
NewReplaceFCGIAppBadRequest creates ReplaceFCGIAppBadRequest with default headers values.
NewReplaceFCGIAppDefault creates ReplaceFCGIAppDefault with default headers values.
NewReplaceFCGIAppNotFound creates ReplaceFCGIAppNotFound with default headers values.
NewReplaceFCGIAppOK creates ReplaceFCGIAppOK with default headers values.
NewReplaceFCGIAppParams creates a new ReplaceFCGIAppParams object with the default values initialized.

# Constants

CreateFCGIAppAcceptedCode is the HTTP code returned for type CreateFCGIAppAccepted.
CreateFCGIAppBadRequestCode is the HTTP code returned for type CreateFCGIAppBadRequest.
CreateFCGIAppConflictCode is the HTTP code returned for type CreateFCGIAppConflict.
CreateFCGIAppCreatedCode is the HTTP code returned for type CreateFCGIAppCreated.
DeleteFCGIAppAcceptedCode is the HTTP code returned for type DeleteFCGIAppAccepted.
DeleteFCGIAppNoContentCode is the HTTP code returned for type DeleteFCGIAppNoContent.
DeleteFCGIAppNotFoundCode is the HTTP code returned for type DeleteFCGIAppNotFound.
GetFCGIAppNotFoundCode is the HTTP code returned for type GetFCGIAppNotFound.
GetFCGIAppOKCode is the HTTP code returned for type GetFCGIAppOK.
GetFCGIAppsOKCode is the HTTP code returned for type GetFCGIAppsOK.
ReplaceFCGIAppAcceptedCode is the HTTP code returned for type ReplaceFCGIAppAccepted.
ReplaceFCGIAppBadRequestCode is the HTTP code returned for type ReplaceFCGIAppBadRequest.
ReplaceFCGIAppNotFoundCode is the HTTP code returned for type ReplaceFCGIAppNotFound.
ReplaceFCGIAppOKCode is the HTTP code returned for type ReplaceFCGIAppOK.

# Structs

CreateFCGIApp swagger:route POST /services/haproxy/configuration/fcgi_apps FCGIApp createFcgiApp # Add an FCGI app Adds a new FCGI application to the configuration file.
CreateFCGIAppAccepted Configuration change accepted and reload requested swagger:response createFcgiAppAccepted */.
CreateFCGIAppBadRequest Bad request swagger:response createFcgiAppBadRequest */.
CreateFCGIAppConflict The specified resource already exists swagger:response createFcgiAppConflict */.
CreateFCGIAppCreated Application created swagger:response createFcgiAppCreated */.
CreateFCGIAppDefault General Error swagger:response createFcgiAppDefault */.
CreateFCGIAppParams contains all the bound params for the create FCGI app operation typically these are obtained from a http.Request swagger:parameters createFCGIApp.
CreateFCGIAppURL generates an URL for the create FCGI app operation.
DeleteFCGIApp swagger:route DELETE /services/haproxy/configuration/fcgi_apps/{name} FCGIApp deleteFcgiApp # Delete an FCGI app Deletes an FCGI application from the configuration by its name.
DeleteFCGIAppAccepted Configuration change accepted and reload requested swagger:response deleteFcgiAppAccepted */.
DeleteFCGIAppDefault General Error swagger:response deleteFcgiAppDefault */.
DeleteFCGIAppNoContent Application deleted swagger:response deleteFcgiAppNoContent */.
DeleteFCGIAppNotFound The specified resource was not found swagger:response deleteFcgiAppNotFound */.
DeleteFCGIAppParams contains all the bound params for the delete FCGI app operation typically these are obtained from a http.Request swagger:parameters deleteFCGIApp.
DeleteFCGIAppURL generates an URL for the delete FCGI app operation.
GetFCGIApp swagger:route GET /services/haproxy/configuration/fcgi_apps/{name} FCGIApp getFcgiApp # Return a FCGI app Returns one FCGI application configuration by its name.
GetFCGIAppDefault General Error swagger:response getFcgiAppDefault */.
GetFCGIAppNotFound The specified resource was not found swagger:response getFcgiAppNotFound */.
GetFCGIAppOK Successful operation swagger:response getFcgiAppOK */.
GetFCGIAppOKBody get FCGI app o k body swagger:model GetFCGIAppOKBody.
GetFCGIAppParams contains all the bound params for the get FCGI app operation typically these are obtained from a http.Request swagger:parameters getFCGIApp.
GetFCGIApps swagger:route GET /services/haproxy/configuration/fcgi_apps FCGIApp getFcgiApps # Return an array of FCGI apps Returns an array of all configured FCGI applications.
GetFCGIAppsDefault General Error swagger:response getFcgiAppsDefault */.
GetFCGIAppsOK Successful operation swagger:response getFcgiAppsOK */.
GetFCGIAppsOKBody get FCGI apps o k body swagger:model GetFCGIAppsOKBody.
GetFCGIAppsParams contains all the bound params for the get FCGI apps operation typically these are obtained from a http.Request swagger:parameters getFCGIApps.
GetFCGIAppsURL generates an URL for the get FCGI apps operation.
GetFCGIAppURL generates an URL for the get FCGI app operation.
ReplaceFCGIApp swagger:route PUT /services/haproxy/configuration/fcgi_apps/{name} FCGIApp replaceFcgiApp # Replace a FCGI app Replaces a FCGI application configuration by its name.
ReplaceFCGIAppAccepted Configuration change accepted and reload requested swagger:response replaceFcgiAppAccepted */.
ReplaceFCGIAppBadRequest Bad request swagger:response replaceFcgiAppBadRequest */.
ReplaceFCGIAppDefault General Error swagger:response replaceFcgiAppDefault */.
ReplaceFCGIAppNotFound The specified resource was not found swagger:response replaceFcgiAppNotFound */.
ReplaceFCGIAppOK Application replaced swagger:response replaceFcgiAppOK */.
ReplaceFCGIAppParams contains all the bound params for the replace FCGI app operation typically these are obtained from a http.Request swagger:parameters replaceFCGIApp.
ReplaceFCGIAppURL generates an URL for the replace FCGI app operation.

# Interfaces

CreateFCGIAppHandler interface for that can handle valid create FCGI app params.
DeleteFCGIAppHandler interface for that can handle valid delete FCGI app params.
GetFCGIAppHandler interface for that can handle valid get FCGI app params.
GetFCGIAppsHandler interface for that can handle valid get FCGI apps params.
ReplaceFCGIAppHandler interface for that can handle valid replace FCGI app params.

# Type aliases

CreateFCGIAppHandlerFunc turns a function with the right signature into a create FCGI app handler.
DeleteFCGIAppHandlerFunc turns a function with the right signature into a delete FCGI app handler.
GetFCGIAppHandlerFunc turns a function with the right signature into a get FCGI app handler.
GetFCGIAppsHandlerFunc turns a function with the right signature into a get FCGI apps handler.
ReplaceFCGIAppHandlerFunc turns a function with the right signature into a replace FCGI app handler.