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

# Functions

NewCreateLogForward creates a new http.Handler for the create log forward operation.
NewCreateLogForwardAccepted creates CreateLogForwardAccepted with default headers values.
NewCreateLogForwardBadRequest creates CreateLogForwardBadRequest with default headers values.
NewCreateLogForwardConflict creates CreateLogForwardConflict with default headers values.
NewCreateLogForwardCreated creates CreateLogForwardCreated with default headers values.
NewCreateLogForwardDefault creates CreateLogForwardDefault with default headers values.
NewCreateLogForwardParams creates a new CreateLogForwardParams object with the default values initialized.
NewDeleteLogForward creates a new http.Handler for the delete log forward operation.
NewDeleteLogForwardAccepted creates DeleteLogForwardAccepted with default headers values.
NewDeleteLogForwardDefault creates DeleteLogForwardDefault with default headers values.
NewDeleteLogForwardNoContent creates DeleteLogForwardNoContent with default headers values.
NewDeleteLogForwardNotFound creates DeleteLogForwardNotFound with default headers values.
NewDeleteLogForwardParams creates a new DeleteLogForwardParams object with the default values initialized.
NewGetLogForward creates a new http.Handler for the get log forward operation.
NewGetLogForwardDefault creates GetLogForwardDefault with default headers values.
NewGetLogForwardNotFound creates GetLogForwardNotFound with default headers values.
NewGetLogForwardOK creates GetLogForwardOK with default headers values.
NewGetLogForwardParams creates a new GetLogForwardParams object There are no default values defined in the spec.
NewGetLogForwards creates a new http.Handler for the get log forwards operation.
NewGetLogForwardsDefault creates GetLogForwardsDefault with default headers values.
NewGetLogForwardsOK creates GetLogForwardsOK with default headers values.
NewGetLogForwardsParams creates a new GetLogForwardsParams object There are no default values defined in the spec.
NewReplaceLogForward creates a new http.Handler for the replace log forward operation.
NewReplaceLogForwardAccepted creates ReplaceLogForwardAccepted with default headers values.
NewReplaceLogForwardBadRequest creates ReplaceLogForwardBadRequest with default headers values.
NewReplaceLogForwardDefault creates ReplaceLogForwardDefault with default headers values.
NewReplaceLogForwardNotFound creates ReplaceLogForwardNotFound with default headers values.
NewReplaceLogForwardOK creates ReplaceLogForwardOK with default headers values.
NewReplaceLogForwardParams creates a new ReplaceLogForwardParams object with the default values initialized.

# Constants

CreateLogForwardAcceptedCode is the HTTP code returned for type CreateLogForwardAccepted.
CreateLogForwardBadRequestCode is the HTTP code returned for type CreateLogForwardBadRequest.
CreateLogForwardConflictCode is the HTTP code returned for type CreateLogForwardConflict.
CreateLogForwardCreatedCode is the HTTP code returned for type CreateLogForwardCreated.
DeleteLogForwardAcceptedCode is the HTTP code returned for type DeleteLogForwardAccepted.
DeleteLogForwardNoContentCode is the HTTP code returned for type DeleteLogForwardNoContent.
DeleteLogForwardNotFoundCode is the HTTP code returned for type DeleteLogForwardNotFound.
GetLogForwardNotFoundCode is the HTTP code returned for type GetLogForwardNotFound.
GetLogForwardOKCode is the HTTP code returned for type GetLogForwardOK.
GetLogForwardsOKCode is the HTTP code returned for type GetLogForwardsOK.
ReplaceLogForwardAcceptedCode is the HTTP code returned for type ReplaceLogForwardAccepted.
ReplaceLogForwardBadRequestCode is the HTTP code returned for type ReplaceLogForwardBadRequest.
ReplaceLogForwardNotFoundCode is the HTTP code returned for type ReplaceLogForwardNotFound.
ReplaceLogForwardOKCode is the HTTP code returned for type ReplaceLogForwardOK.

# Structs

CreateLogForward swagger:route POST /services/haproxy/configuration/log_forwards LogForward createLogForward # Add a log forward Adds a new log_forward to the configuration file.
CreateLogForwardAccepted Configuration change accepted and reload requested swagger:response createLogForwardAccepted */.
CreateLogForwardBadRequest Bad request swagger:response createLogForwardBadRequest */.
CreateLogForwardConflict The specified resource already exists swagger:response createLogForwardConflict */.
CreateLogForwardCreated Log Forward created swagger:response createLogForwardCreated */.
CreateLogForwardDefault General Error swagger:response createLogForwardDefault */.
CreateLogForwardParams contains all the bound params for the create log forward operation typically these are obtained from a http.Request swagger:parameters createLogForward.
CreateLogForwardURL generates an URL for the create log forward operation.
DeleteLogForward swagger:route DELETE /services/haproxy/configuration/log_forwards/{name} LogForward deleteLogForward # Delete a log forward Deletes a log forward from the configuration by it's name.
DeleteLogForwardAccepted Configuration change accepted and reload requested swagger:response deleteLogForwardAccepted */.
DeleteLogForwardDefault General Error swagger:response deleteLogForwardDefault */.
DeleteLogForwardNoContent Log Forward deleted swagger:response deleteLogForwardNoContent */.
DeleteLogForwardNotFound The specified resource was not found swagger:response deleteLogForwardNotFound */.
DeleteLogForwardParams contains all the bound params for the delete log forward operation typically these are obtained from a http.Request swagger:parameters deleteLogForward.
DeleteLogForwardURL generates an URL for the delete log forward operation.
GetLogForward swagger:route GET /services/haproxy/configuration/log_forwards/{name} LogForward getLogForward # Return a log forward Returns one log forward configuration by it's name.
GetLogForwardDefault General Error swagger:response getLogForwardDefault */.
GetLogForwardNotFound The specified resource was not found swagger:response getLogForwardNotFound */.
GetLogForwardOK Successful operation swagger:response getLogForwardOK */.
GetLogForwardOKBody get log forward o k body swagger:model GetLogForwardOKBody.
GetLogForwardParams contains all the bound params for the get log forward operation typically these are obtained from a http.Request swagger:parameters getLogForward.
GetLogForwards swagger:route GET /services/haproxy/configuration/log_forwards LogForward getLogForwards # Return an array of log forwards Returns an array of all configured log forwards.
GetLogForwardsDefault General Error swagger:response getLogForwardsDefault */.
GetLogForwardsOK Successful operation swagger:response getLogForwardsOK */.
GetLogForwardsOKBody get log forwards o k body swagger:model GetLogForwardsOKBody.
GetLogForwardsParams contains all the bound params for the get log forwards operation typically these are obtained from a http.Request swagger:parameters getLogForwards.
GetLogForwardsURL generates an URL for the get log forwards operation.
GetLogForwardURL generates an URL for the get log forward operation.
ReplaceLogForward swagger:route PUT /services/haproxy/configuration/log_forwards/{name} LogForward replaceLogForward # Replace a log forward Replaces a log forward configuration by it's name.
ReplaceLogForwardAccepted Configuration change accepted and reload requested swagger:response replaceLogForwardAccepted */.
ReplaceLogForwardBadRequest Bad request swagger:response replaceLogForwardBadRequest */.
ReplaceLogForwardDefault General Error swagger:response replaceLogForwardDefault */.
ReplaceLogForwardNotFound The specified resource was not found swagger:response replaceLogForwardNotFound */.
ReplaceLogForwardOK Log Forward replaced swagger:response replaceLogForwardOK */.
ReplaceLogForwardParams contains all the bound params for the replace log forward operation typically these are obtained from a http.Request swagger:parameters replaceLogForward.
ReplaceLogForwardURL generates an URL for the replace log forward operation.

# Interfaces

CreateLogForwardHandler interface for that can handle valid create log forward params.
DeleteLogForwardHandler interface for that can handle valid delete log forward params.
GetLogForwardHandler interface for that can handle valid get log forward params.
GetLogForwardsHandler interface for that can handle valid get log forwards params.
ReplaceLogForwardHandler interface for that can handle valid replace log forward params.

# Type aliases

CreateLogForwardHandlerFunc turns a function with the right signature into a create log forward handler.
DeleteLogForwardHandlerFunc turns a function with the right signature into a delete log forward handler.
GetLogForwardHandlerFunc turns a function with the right signature into a get log forward handler.
GetLogForwardsHandlerFunc turns a function with the right signature into a get log forwards handler.
ReplaceLogForwardHandlerFunc turns a function with the right signature into a replace log forward handler.