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

# Functions

NewCreateHTTPErrorsSection creates a new http.Handler for the create HTTP errors section operation.
NewCreateHTTPErrorsSectionAccepted creates CreateHTTPErrorsSectionAccepted with default headers values.
NewCreateHTTPErrorsSectionBadRequest creates CreateHTTPErrorsSectionBadRequest with default headers values.
NewCreateHTTPErrorsSectionConflict creates CreateHTTPErrorsSectionConflict with default headers values.
NewCreateHTTPErrorsSectionCreated creates CreateHTTPErrorsSectionCreated with default headers values.
NewCreateHTTPErrorsSectionDefault creates CreateHTTPErrorsSectionDefault with default headers values.
NewCreateHTTPErrorsSectionParams creates a new CreateHTTPErrorsSectionParams object with the default values initialized.
NewDeleteHTTPErrorsSection creates a new http.Handler for the delete HTTP errors section operation.
NewDeleteHTTPErrorsSectionAccepted creates DeleteHTTPErrorsSectionAccepted with default headers values.
NewDeleteHTTPErrorsSectionDefault creates DeleteHTTPErrorsSectionDefault with default headers values.
NewDeleteHTTPErrorsSectionNoContent creates DeleteHTTPErrorsSectionNoContent with default headers values.
NewDeleteHTTPErrorsSectionNotFound creates DeleteHTTPErrorsSectionNotFound with default headers values.
NewDeleteHTTPErrorsSectionParams creates a new DeleteHTTPErrorsSectionParams object with the default values initialized.
NewGetHTTPErrorsSection creates a new http.Handler for the get HTTP errors section operation.
NewGetHTTPErrorsSectionDefault creates GetHTTPErrorsSectionDefault with default headers values.
NewGetHTTPErrorsSectionNotFound creates GetHTTPErrorsSectionNotFound with default headers values.
NewGetHTTPErrorsSectionOK creates GetHTTPErrorsSectionOK with default headers values.
NewGetHTTPErrorsSectionParams creates a new GetHTTPErrorsSectionParams object There are no default values defined in the spec.
NewGetHTTPErrorsSections creates a new http.Handler for the get HTTP errors sections operation.
NewGetHTTPErrorsSectionsDefault creates GetHTTPErrorsSectionsDefault with default headers values.
NewGetHTTPErrorsSectionsOK creates GetHTTPErrorsSectionsOK with default headers values.
NewGetHTTPErrorsSectionsParams creates a new GetHTTPErrorsSectionsParams object There are no default values defined in the spec.
NewReplaceHTTPErrorsSection creates a new http.Handler for the replace HTTP errors section operation.
NewReplaceHTTPErrorsSectionAccepted creates ReplaceHTTPErrorsSectionAccepted with default headers values.
NewReplaceHTTPErrorsSectionBadRequest creates ReplaceHTTPErrorsSectionBadRequest with default headers values.
NewReplaceHTTPErrorsSectionDefault creates ReplaceHTTPErrorsSectionDefault with default headers values.
NewReplaceHTTPErrorsSectionNotFound creates ReplaceHTTPErrorsSectionNotFound with default headers values.
NewReplaceHTTPErrorsSectionOK creates ReplaceHTTPErrorsSectionOK with default headers values.
NewReplaceHTTPErrorsSectionParams creates a new ReplaceHTTPErrorsSectionParams object with the default values initialized.

# Constants

CreateHTTPErrorsSectionAcceptedCode is the HTTP code returned for type CreateHTTPErrorsSectionAccepted.
CreateHTTPErrorsSectionBadRequestCode is the HTTP code returned for type CreateHTTPErrorsSectionBadRequest.
CreateHTTPErrorsSectionConflictCode is the HTTP code returned for type CreateHTTPErrorsSectionConflict.
CreateHTTPErrorsSectionCreatedCode is the HTTP code returned for type CreateHTTPErrorsSectionCreated.
DeleteHTTPErrorsSectionAcceptedCode is the HTTP code returned for type DeleteHTTPErrorsSectionAccepted.
DeleteHTTPErrorsSectionNoContentCode is the HTTP code returned for type DeleteHTTPErrorsSectionNoContent.
DeleteHTTPErrorsSectionNotFoundCode is the HTTP code returned for type DeleteHTTPErrorsSectionNotFound.
GetHTTPErrorsSectionNotFoundCode is the HTTP code returned for type GetHTTPErrorsSectionNotFound.
GetHTTPErrorsSectionOKCode is the HTTP code returned for type GetHTTPErrorsSectionOK.
GetHTTPErrorsSectionsOKCode is the HTTP code returned for type GetHTTPErrorsSectionsOK.
ReplaceHTTPErrorsSectionAcceptedCode is the HTTP code returned for type ReplaceHTTPErrorsSectionAccepted.
ReplaceHTTPErrorsSectionBadRequestCode is the HTTP code returned for type ReplaceHTTPErrorsSectionBadRequest.
ReplaceHTTPErrorsSectionNotFoundCode is the HTTP code returned for type ReplaceHTTPErrorsSectionNotFound.
ReplaceHTTPErrorsSectionOKCode is the HTTP code returned for type ReplaceHTTPErrorsSectionOK.

# Structs

CreateHTTPErrorsSection swagger:route POST /services/haproxy/configuration/http_errors_sections HTTPErrors createHttpErrorsSection # Add a new http-error section Adds a new http-error section to the configuration.
CreateHTTPErrorsSectionAccepted Configuration change accepted and reload requested swagger:response createHttpErrorsSectionAccepted */.
CreateHTTPErrorsSectionBadRequest Bad request swagger:response createHttpErrorsSectionBadRequest */.
CreateHTTPErrorsSectionConflict The specified resource already exists swagger:response createHttpErrorsSectionConflict */.
CreateHTTPErrorsSectionCreated http-error section created swagger:response createHttpErrorsSectionCreated */.
CreateHTTPErrorsSectionDefault General Error swagger:response createHttpErrorsSectionDefault */.
CreateHTTPErrorsSectionParams contains all the bound params for the create HTTP errors section operation typically these are obtained from a http.Request swagger:parameters createHTTPErrorsSection.
CreateHTTPErrorsSectionURL generates an URL for the create HTTP errors section operation.
DeleteHTTPErrorsSection swagger:route DELETE /services/haproxy/configuration/http_errors_sections/{name} HTTPErrors deleteHttpErrorsSection # Delete a http-error section Deletes a http-error section with a given name from the configuration.
DeleteHTTPErrorsSectionAccepted Configuration change accepted and reload requested swagger:response deleteHttpErrorsSectionAccepted */.
DeleteHTTPErrorsSectionDefault General Error swagger:response deleteHttpErrorsSectionDefault */.
DeleteHTTPErrorsSectionNoContent http-error section deleted swagger:response deleteHttpErrorsSectionNoContent */.
DeleteHTTPErrorsSectionNotFound The specified resource was not found swagger:response deleteHttpErrorsSectionNotFound */.
DeleteHTTPErrorsSectionParams contains all the bound params for the delete HTTP errors section operation typically these are obtained from a http.Request swagger:parameters deleteHTTPErrorsSection.
DeleteHTTPErrorsSectionURL generates an URL for the delete HTTP errors section operation.
GetHTTPErrorsSection swagger:route GET /services/haproxy/configuration/http_errors_sections/{name} HTTPErrors getHttpErrorsSection # Return a http-error section Returns one http-error section with a given name from the configuration.
GetHTTPErrorsSectionDefault General Error swagger:response getHttpErrorsSectionDefault */.
GetHTTPErrorsSectionNotFound The specified resource was not found swagger:response getHttpErrorsSectionNotFound */.
GetHTTPErrorsSectionOK Successful operation swagger:response getHttpErrorsSectionOK */.
GetHTTPErrorsSectionParams contains all the bound params for the get HTTP errors section operation typically these are obtained from a http.Request swagger:parameters getHTTPErrorsSection.
GetHTTPErrorsSections swagger:route GET /services/haproxy/configuration/http_errors_sections HTTPErrors getHttpErrorsSections # Return an array of http-error sections Returns an array of all configured http-error sections.
GetHTTPErrorsSectionsDefault General Error swagger:response getHttpErrorsSectionsDefault */.
GetHTTPErrorsSectionsOK Successful operation swagger:response getHttpErrorsSectionsOK */.
GetHTTPErrorsSectionsParams contains all the bound params for the get HTTP errors sections operation typically these are obtained from a http.Request swagger:parameters getHTTPErrorsSections.
GetHTTPErrorsSectionsURL generates an URL for the get HTTP errors sections operation.
GetHTTPErrorsSectionURL generates an URL for the get HTTP errors section operation.
ReplaceHTTPErrorsSection swagger:route PUT /services/haproxy/configuration/http_errors_sections/{name} HTTPErrors replaceHttpErrorsSection # Replace a http-error section Replaces a http-error section with a given name in the configuration.
ReplaceHTTPErrorsSectionAccepted Configuration change accepted and reload requested swagger:response replaceHttpErrorsSectionAccepted */.
ReplaceHTTPErrorsSectionBadRequest Bad request swagger:response replaceHttpErrorsSectionBadRequest */.
ReplaceHTTPErrorsSectionDefault General Error swagger:response replaceHttpErrorsSectionDefault */.
ReplaceHTTPErrorsSectionNotFound The specified resource was not found swagger:response replaceHttpErrorsSectionNotFound */.
ReplaceHTTPErrorsSectionOK http-error section updated swagger:response replaceHttpErrorsSectionOK */.
ReplaceHTTPErrorsSectionParams contains all the bound params for the replace HTTP errors section operation typically these are obtained from a http.Request swagger:parameters replaceHTTPErrorsSection.
ReplaceHTTPErrorsSectionURL generates an URL for the replace HTTP errors section operation.

# Interfaces

CreateHTTPErrorsSectionHandler interface for that can handle valid create HTTP errors section params.
DeleteHTTPErrorsSectionHandler interface for that can handle valid delete HTTP errors section params.
GetHTTPErrorsSectionHandler interface for that can handle valid get HTTP errors section params.
GetHTTPErrorsSectionsHandler interface for that can handle valid get HTTP errors sections params.
ReplaceHTTPErrorsSectionHandler interface for that can handle valid replace HTTP errors section params.

# Type aliases

CreateHTTPErrorsSectionHandlerFunc turns a function with the right signature into a create HTTP errors section handler.
DeleteHTTPErrorsSectionHandlerFunc turns a function with the right signature into a delete HTTP errors section handler.
GetHTTPErrorsSectionHandlerFunc turns a function with the right signature into a get HTTP errors section handler.
GetHTTPErrorsSectionsHandlerFunc turns a function with the right signature into a get HTTP errors sections handler.
ReplaceHTTPErrorsSectionHandlerFunc turns a function with the right signature into a replace HTTP errors section handler.