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

# Functions

NewCreateHTTPCheck creates a new http.Handler for the create HTTP check operation.
NewCreateHTTPCheckAccepted creates CreateHTTPCheckAccepted with default headers values.
NewCreateHTTPCheckBadRequest creates CreateHTTPCheckBadRequest with default headers values.
NewCreateHTTPCheckConflict creates CreateHTTPCheckConflict with default headers values.
NewCreateHTTPCheckCreated creates CreateHTTPCheckCreated with default headers values.
NewCreateHTTPCheckDefault creates CreateHTTPCheckDefault with default headers values.
NewCreateHTTPCheckParams creates a new CreateHTTPCheckParams object with the default values initialized.
NewDeleteHTTPCheck creates a new http.Handler for the delete HTTP check operation.
NewDeleteHTTPCheckAccepted creates DeleteHTTPCheckAccepted with default headers values.
NewDeleteHTTPCheckDefault creates DeleteHTTPCheckDefault with default headers values.
NewDeleteHTTPCheckNoContent creates DeleteHTTPCheckNoContent with default headers values.
NewDeleteHTTPCheckNotFound creates DeleteHTTPCheckNotFound with default headers values.
NewDeleteHTTPCheckParams creates a new DeleteHTTPCheckParams object with the default values initialized.
NewGetHTTPCheck creates a new http.Handler for the get HTTP check operation.
NewGetHTTPCheckDefault creates GetHTTPCheckDefault with default headers values.
NewGetHTTPCheckNotFound creates GetHTTPCheckNotFound with default headers values.
NewGetHTTPCheckOK creates GetHTTPCheckOK with default headers values.
NewGetHTTPCheckParams creates a new GetHTTPCheckParams object There are no default values defined in the spec.
NewGetHTTPChecks creates a new http.Handler for the get HTTP checks operation.
NewGetHTTPChecksDefault creates GetHTTPChecksDefault with default headers values.
NewGetHTTPChecksOK creates GetHTTPChecksOK with default headers values.
NewGetHTTPChecksParams creates a new GetHTTPChecksParams object There are no default values defined in the spec.
NewReplaceHTTPCheck creates a new http.Handler for the replace HTTP check operation.
NewReplaceHTTPCheckAccepted creates ReplaceHTTPCheckAccepted with default headers values.
NewReplaceHTTPCheckBadRequest creates ReplaceHTTPCheckBadRequest with default headers values.
NewReplaceHTTPCheckDefault creates ReplaceHTTPCheckDefault with default headers values.
NewReplaceHTTPCheckNotFound creates ReplaceHTTPCheckNotFound with default headers values.
NewReplaceHTTPCheckOK creates ReplaceHTTPCheckOK with default headers values.
NewReplaceHTTPCheckParams creates a new ReplaceHTTPCheckParams object with the default values initialized.

# Constants

CreateHTTPCheckAcceptedCode is the HTTP code returned for type CreateHTTPCheckAccepted.
CreateHTTPCheckBadRequestCode is the HTTP code returned for type CreateHTTPCheckBadRequest.
CreateHTTPCheckConflictCode is the HTTP code returned for type CreateHTTPCheckConflict.
CreateHTTPCheckCreatedCode is the HTTP code returned for type CreateHTTPCheckCreated.
DeleteHTTPCheckAcceptedCode is the HTTP code returned for type DeleteHTTPCheckAccepted.
DeleteHTTPCheckNoContentCode is the HTTP code returned for type DeleteHTTPCheckNoContent.
DeleteHTTPCheckNotFoundCode is the HTTP code returned for type DeleteHTTPCheckNotFound.
GetHTTPCheckNotFoundCode is the HTTP code returned for type GetHTTPCheckNotFound.
GetHTTPCheckOKCode is the HTTP code returned for type GetHTTPCheckOK.
GetHTTPChecksOKCode is the HTTP code returned for type GetHTTPChecksOK.
ReplaceHTTPCheckAcceptedCode is the HTTP code returned for type ReplaceHTTPCheckAccepted.
ReplaceHTTPCheckBadRequestCode is the HTTP code returned for type ReplaceHTTPCheckBadRequest.
ReplaceHTTPCheckNotFoundCode is the HTTP code returned for type ReplaceHTTPCheckNotFound.
ReplaceHTTPCheckOKCode is the HTTP code returned for type ReplaceHTTPCheckOK.

# Structs

CreateHTTPCheck swagger:route POST /services/haproxy/configuration/http_checks HTTPCheck createHttpCheck # Add a new HTTP check Adds a new HTTP check of the specified type in the specified parent.
CreateHTTPCheckAccepted Configuration change accepted and reload requested swagger:response createHttpCheckAccepted */.
CreateHTTPCheckBadRequest Bad request swagger:response createHttpCheckBadRequest */.
CreateHTTPCheckConflict The specified resource already exists swagger:response createHttpCheckConflict */.
CreateHTTPCheckCreated HTTP check created swagger:response createHttpCheckCreated */.
CreateHTTPCheckDefault General Error swagger:response createHttpCheckDefault */.
CreateHTTPCheckParams contains all the bound params for the create HTTP check operation typically these are obtained from a http.Request swagger:parameters createHTTPCheck.
CreateHTTPCheckURL generates an URL for the create HTTP check operation.
DeleteHTTPCheck swagger:route DELETE /services/haproxy/configuration/http_checks/{index} HTTPCheck deleteHttpCheck # Delete a HTTP check Deletes a HTTP check configuration by it's index from the specified parent.
DeleteHTTPCheckAccepted Configuration change accepted and reload requested swagger:response deleteHttpCheckAccepted */.
DeleteHTTPCheckDefault General Error swagger:response deleteHttpCheckDefault */.
DeleteHTTPCheckNoContent HTTP check deleted swagger:response deleteHttpCheckNoContent */.
DeleteHTTPCheckNotFound The specified resource was not found swagger:response deleteHttpCheckNotFound */.
DeleteHTTPCheckParams contains all the bound params for the delete HTTP check operation typically these are obtained from a http.Request swagger:parameters deleteHTTPCheck.
DeleteHTTPCheckURL generates an URL for the delete HTTP check operation.
GetHTTPCheck swagger:route GET /services/haproxy/configuration/http_checks/{index} HTTPCheck getHttpCheck # Return one HTTP check Returns one HTTP check configuration by it's index in the specified parent.
GetHTTPCheckDefault General Error swagger:response getHttpCheckDefault */.
GetHTTPCheckNotFound The specified resource was not found swagger:response getHttpCheckNotFound */.
GetHTTPCheckOK Successful operation swagger:response getHttpCheckOK */.
GetHTTPCheckOKBody get HTTP check o k body swagger:model GetHTTPCheckOKBody.
GetHTTPCheckParams contains all the bound params for the get HTTP check operation typically these are obtained from a http.Request swagger:parameters getHTTPCheck.
GetHTTPChecks swagger:route GET /services/haproxy/configuration/http_checks HTTPCheck getHttpChecks # Return an array of HTTP checks Returns all HTTP checks that are configured in specified parent.
GetHTTPChecksDefault General Error swagger:response getHttpChecksDefault */.
GetHTTPChecksOK Successful operation swagger:response getHttpChecksOK */.
GetHTTPChecksOKBody get HTTP checks o k body swagger:model GetHTTPChecksOKBody.
GetHTTPChecksParams contains all the bound params for the get HTTP checks operation typically these are obtained from a http.Request swagger:parameters getHTTPChecks.
GetHTTPChecksURL generates an URL for the get HTTP checks operation.
GetHTTPCheckURL generates an URL for the get HTTP check operation.
ReplaceHTTPCheck swagger:route PUT /services/haproxy/configuration/http_checks/{index} HTTPCheck replaceHttpCheck # Replace a HTTP check Replaces a HTTP Check configuration by it's index in the specified parent.
ReplaceHTTPCheckAccepted Configuration change accepted and reload requested swagger:response replaceHttpCheckAccepted */.
ReplaceHTTPCheckBadRequest Bad request swagger:response replaceHttpCheckBadRequest */.
ReplaceHTTPCheckDefault General Error swagger:response replaceHttpCheckDefault */.
ReplaceHTTPCheckNotFound The specified resource was not found swagger:response replaceHttpCheckNotFound */.
ReplaceHTTPCheckOK HTTP check replaced swagger:response replaceHttpCheckOK */.
ReplaceHTTPCheckParams contains all the bound params for the replace HTTP check operation typically these are obtained from a http.Request swagger:parameters replaceHTTPCheck.
ReplaceHTTPCheckURL generates an URL for the replace HTTP check operation.

# Interfaces

CreateHTTPCheckHandler interface for that can handle valid create HTTP check params.
DeleteHTTPCheckHandler interface for that can handle valid delete HTTP check params.
GetHTTPCheckHandler interface for that can handle valid get HTTP check params.
GetHTTPChecksHandler interface for that can handle valid get HTTP checks params.
ReplaceHTTPCheckHandler interface for that can handle valid replace HTTP check params.

# Type aliases

CreateHTTPCheckHandlerFunc turns a function with the right signature into a create HTTP check handler.
DeleteHTTPCheckHandlerFunc turns a function with the right signature into a delete HTTP check handler.
GetHTTPCheckHandlerFunc turns a function with the right signature into a get HTTP check handler.
GetHTTPChecksHandlerFunc turns a function with the right signature into a get HTTP checks handler.
ReplaceHTTPCheckHandlerFunc turns a function with the right signature into a replace HTTP check handler.