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

# Functions

NewCreateDefaultsSection creates a new http.Handler for the create defaults section operation.
NewCreateDefaultsSectionAccepted creates CreateDefaultsSectionAccepted with default headers values.
NewCreateDefaultsSectionBadRequest creates CreateDefaultsSectionBadRequest with default headers values.
NewCreateDefaultsSectionConflict creates CreateDefaultsSectionConflict with default headers values.
NewCreateDefaultsSectionCreated creates CreateDefaultsSectionCreated with default headers values.
NewCreateDefaultsSectionDefault creates CreateDefaultsSectionDefault with default headers values.
NewCreateDefaultsSectionParams creates a new CreateDefaultsSectionParams object with the default values initialized.
NewDeleteDefaultsSection creates a new http.Handler for the delete defaults section operation.
NewDeleteDefaultsSectionAccepted creates DeleteDefaultsSectionAccepted with default headers values.
NewDeleteDefaultsSectionDefault creates DeleteDefaultsSectionDefault with default headers values.
NewDeleteDefaultsSectionNoContent creates DeleteDefaultsSectionNoContent with default headers values.
NewDeleteDefaultsSectionNotFound creates DeleteDefaultsSectionNotFound with default headers values.
NewDeleteDefaultsSectionParams creates a new DeleteDefaultsSectionParams object with the default values initialized.
NewGetDefaults creates a new http.Handler for the get defaults operation.
NewGetDefaultsDefault creates GetDefaultsDefault with default headers values.
NewGetDefaultsOK creates GetDefaultsOK with default headers values.
NewGetDefaultsParams creates a new GetDefaultsParams object There are no default values defined in the spec.
NewGetDefaultsSection creates a new http.Handler for the get defaults section operation.
NewGetDefaultsSectionDefault creates GetDefaultsSectionDefault with default headers values.
NewGetDefaultsSectionNotFound creates GetDefaultsSectionNotFound with default headers values.
NewGetDefaultsSectionOK creates GetDefaultsSectionOK with default headers values.
NewGetDefaultsSectionParams creates a new GetDefaultsSectionParams object There are no default values defined in the spec.
NewGetDefaultsSections creates a new http.Handler for the get defaults sections operation.
NewGetDefaultsSectionsDefault creates GetDefaultsSectionsDefault with default headers values.
NewGetDefaultsSectionsOK creates GetDefaultsSectionsOK with default headers values.
NewGetDefaultsSectionsParams creates a new GetDefaultsSectionsParams object There are no default values defined in the spec.
NewReplaceDefaults creates a new http.Handler for the replace defaults operation.
NewReplaceDefaultsAccepted creates ReplaceDefaultsAccepted with default headers values.
NewReplaceDefaultsBadRequest creates ReplaceDefaultsBadRequest with default headers values.
NewReplaceDefaultsDefault creates ReplaceDefaultsDefault with default headers values.
NewReplaceDefaultsOK creates ReplaceDefaultsOK with default headers values.
NewReplaceDefaultsParams creates a new ReplaceDefaultsParams object with the default values initialized.
NewReplaceDefaultsSection creates a new http.Handler for the replace defaults section operation.
NewReplaceDefaultsSectionAccepted creates ReplaceDefaultsSectionAccepted with default headers values.
NewReplaceDefaultsSectionBadRequest creates ReplaceDefaultsSectionBadRequest with default headers values.
NewReplaceDefaultsSectionDefault creates ReplaceDefaultsSectionDefault with default headers values.
NewReplaceDefaultsSectionNotFound creates ReplaceDefaultsSectionNotFound with default headers values.
NewReplaceDefaultsSectionOK creates ReplaceDefaultsSectionOK with default headers values.
NewReplaceDefaultsSectionParams creates a new ReplaceDefaultsSectionParams object with the default values initialized.

# Constants

CreateDefaultsSectionAcceptedCode is the HTTP code returned for type CreateDefaultsSectionAccepted.
CreateDefaultsSectionBadRequestCode is the HTTP code returned for type CreateDefaultsSectionBadRequest.
CreateDefaultsSectionConflictCode is the HTTP code returned for type CreateDefaultsSectionConflict.
CreateDefaultsSectionCreatedCode is the HTTP code returned for type CreateDefaultsSectionCreated.
DeleteDefaultsSectionAcceptedCode is the HTTP code returned for type DeleteDefaultsSectionAccepted.
DeleteDefaultsSectionNoContentCode is the HTTP code returned for type DeleteDefaultsSectionNoContent.
DeleteDefaultsSectionNotFoundCode is the HTTP code returned for type DeleteDefaultsSectionNotFound.
GetDefaultsOKCode is the HTTP code returned for type GetDefaultsOK.
GetDefaultsSectionNotFoundCode is the HTTP code returned for type GetDefaultsSectionNotFound.
GetDefaultsSectionOKCode is the HTTP code returned for type GetDefaultsSectionOK.
GetDefaultsSectionsOKCode is the HTTP code returned for type GetDefaultsSectionsOK.
ReplaceDefaultsAcceptedCode is the HTTP code returned for type ReplaceDefaultsAccepted.
ReplaceDefaultsBadRequestCode is the HTTP code returned for type ReplaceDefaultsBadRequest.
ReplaceDefaultsOKCode is the HTTP code returned for type ReplaceDefaultsOK.
ReplaceDefaultsSectionAcceptedCode is the HTTP code returned for type ReplaceDefaultsSectionAccepted.
ReplaceDefaultsSectionBadRequestCode is the HTTP code returned for type ReplaceDefaultsSectionBadRequest.
ReplaceDefaultsSectionNotFoundCode is the HTTP code returned for type ReplaceDefaultsSectionNotFound.
ReplaceDefaultsSectionOKCode is the HTTP code returned for type ReplaceDefaultsSectionOK.

# Structs

CreateDefaultsSection swagger:route POST /services/haproxy/configuration/named_defaults Defaults createDefaultsSection # Add a defaults section Adds a new defaults section to the configuration file.
CreateDefaultsSectionAccepted Configuration change accepted and reload requested swagger:response createDefaultsSectionAccepted */.
CreateDefaultsSectionBadRequest Bad request swagger:response createDefaultsSectionBadRequest */.
CreateDefaultsSectionConflict The specified resource already exists swagger:response createDefaultsSectionConflict */.
CreateDefaultsSectionCreated Defaults created swagger:response createDefaultsSectionCreated */.
CreateDefaultsSectionDefault General Error swagger:response createDefaultsSectionDefault */.
CreateDefaultsSectionParams contains all the bound params for the create defaults section operation typically these are obtained from a http.Request swagger:parameters createDefaultsSection.
CreateDefaultsSectionURL generates an URL for the create defaults section operation.
DeleteDefaultsSection swagger:route DELETE /services/haproxy/configuration/named_defaults/{name} Defaults deleteDefaultsSection # Delete a defaults section Deletes a defaults section from the configuration by it's name.
DeleteDefaultsSectionAccepted Configuration change accepted and reload requested swagger:response deleteDefaultsSectionAccepted */.
DeleteDefaultsSectionDefault General Error swagger:response deleteDefaultsSectionDefault */.
DeleteDefaultsSectionNoContent Defaults section deleted swagger:response deleteDefaultsSectionNoContent */.
DeleteDefaultsSectionNotFound The specified resource was not found swagger:response deleteDefaultsSectionNotFound */.
DeleteDefaultsSectionParams contains all the bound params for the delete defaults section operation typically these are obtained from a http.Request swagger:parameters deleteDefaultsSection.
DeleteDefaultsSectionURL generates an URL for the delete defaults section operation.
GetDefaults swagger:route GET /services/haproxy/configuration/defaults Defaults getDefaults # Return defaults part of configuration Returns defaults part of configuration, this has been deprecated, use named_defaults instead.
GetDefaultsDefault General Error swagger:response getDefaultsDefault */.
GetDefaultsOK Successful operation swagger:response getDefaultsOK */.
GetDefaultsOKBody get defaults o k body swagger:model GetDefaultsOKBody.
GetDefaultsParams contains all the bound params for the get defaults operation typically these are obtained from a http.Request swagger:parameters getDefaults.
GetDefaultsSection swagger:route GET /services/haproxy/configuration/named_defaults/{name} Defaults getDefaultsSection # Return a defaults section Returns one defaults section configuration by it's name.
GetDefaultsSectionDefault General Error swagger:response getDefaultsSectionDefault */.
GetDefaultsSectionNotFound The specified resource was not found swagger:response getDefaultsSectionNotFound */.
GetDefaultsSectionOK Successful operation swagger:response getDefaultsSectionOK */.
GetDefaultsSectionOKBody get defaults section o k body swagger:model GetDefaultsSectionOKBody.
GetDefaultsSectionParams contains all the bound params for the get defaults section operation typically these are obtained from a http.Request swagger:parameters getDefaultsSection.
GetDefaultsSections swagger:route GET /services/haproxy/configuration/named_defaults Defaults getDefaultsSections # Return an array of defaults Returns an array of all configured defaults.
GetDefaultsSectionsDefault General Error swagger:response getDefaultsSectionsDefault */.
GetDefaultsSectionsOK Successful operation swagger:response getDefaultsSectionsOK */.
GetDefaultsSectionsOKBody get defaults sections o k body swagger:model GetDefaultsSectionsOKBody.
GetDefaultsSectionsParams contains all the bound params for the get defaults sections operation typically these are obtained from a http.Request swagger:parameters getDefaultsSections.
GetDefaultsSectionsURL generates an URL for the get defaults sections operation.
GetDefaultsSectionURL generates an URL for the get defaults section operation.
GetDefaultsURL generates an URL for the get defaults operation.
ReplaceDefaults swagger:route PUT /services/haproxy/configuration/defaults Defaults replaceDefaults # Replace defaults Replace defaults part of config, this has been deprecated, use named_defaults instead.
ReplaceDefaultsAccepted Configuration change accepted and reload requested swagger:response replaceDefaultsAccepted */.
ReplaceDefaultsBadRequest Bad request swagger:response replaceDefaultsBadRequest */.
ReplaceDefaultsDefault General Error swagger:response replaceDefaultsDefault */.
ReplaceDefaultsOK Defaults replaced swagger:response replaceDefaultsOK */.
ReplaceDefaultsParams contains all the bound params for the replace defaults operation typically these are obtained from a http.Request swagger:parameters replaceDefaults.
ReplaceDefaultsSection swagger:route PUT /services/haproxy/configuration/named_defaults/{name} Defaults replaceDefaultsSection # Replace a defatults section Replaces a defatults section configuration by it's name.
ReplaceDefaultsSectionAccepted Configuration change accepted and reload requested swagger:response replaceDefaultsSectionAccepted */.
ReplaceDefaultsSectionBadRequest Bad request swagger:response replaceDefaultsSectionBadRequest */.
ReplaceDefaultsSectionDefault General Error swagger:response replaceDefaultsSectionDefault */.
ReplaceDefaultsSectionNotFound The specified resource was not found swagger:response replaceDefaultsSectionNotFound */.
ReplaceDefaultsSectionOK Defaults section replaced swagger:response replaceDefaultsSectionOK */.
ReplaceDefaultsSectionParams contains all the bound params for the replace defaults section operation typically these are obtained from a http.Request swagger:parameters replaceDefaultsSection.
ReplaceDefaultsSectionURL generates an URL for the replace defaults section operation.
ReplaceDefaultsURL generates an URL for the replace defaults operation.

# Interfaces

CreateDefaultsSectionHandler interface for that can handle valid create defaults section params.
DeleteDefaultsSectionHandler interface for that can handle valid delete defaults section params.
GetDefaultsHandler interface for that can handle valid get defaults params.
GetDefaultsSectionHandler interface for that can handle valid get defaults section params.
GetDefaultsSectionsHandler interface for that can handle valid get defaults sections params.
ReplaceDefaultsHandler interface for that can handle valid replace defaults params.
ReplaceDefaultsSectionHandler interface for that can handle valid replace defaults section params.

# Type aliases

CreateDefaultsSectionHandlerFunc turns a function with the right signature into a create defaults section handler.
DeleteDefaultsSectionHandlerFunc turns a function with the right signature into a delete defaults section handler.
GetDefaultsHandlerFunc turns a function with the right signature into a get defaults handler.
GetDefaultsSectionHandlerFunc turns a function with the right signature into a get defaults section handler.
GetDefaultsSectionsHandlerFunc turns a function with the right signature into a get defaults sections handler.
ReplaceDefaultsHandlerFunc turns a function with the right signature into a replace defaults handler.
ReplaceDefaultsSectionHandlerFunc turns a function with the right signature into a replace defaults section handler.