package
2.9.11+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewCreateDeclareCapture creates a new http.Handler for the create declare capture operation.
NewCreateDeclareCaptureAccepted creates CreateDeclareCaptureAccepted with default headers values.
NewCreateDeclareCaptureBadRequest creates CreateDeclareCaptureBadRequest with default headers values.
NewCreateDeclareCaptureConflict creates CreateDeclareCaptureConflict with default headers values.
NewCreateDeclareCaptureCreated creates CreateDeclareCaptureCreated with default headers values.
NewCreateDeclareCaptureDefault creates CreateDeclareCaptureDefault with default headers values.
NewCreateDeclareCaptureParams creates a new CreateDeclareCaptureParams object with the default values initialized.
NewDeleteDeclareCapture creates a new http.Handler for the delete declare capture operation.
NewDeleteDeclareCaptureAccepted creates DeleteDeclareCaptureAccepted with default headers values.
NewDeleteDeclareCaptureDefault creates DeleteDeclareCaptureDefault with default headers values.
NewDeleteDeclareCaptureNoContent creates DeleteDeclareCaptureNoContent with default headers values.
NewDeleteDeclareCaptureNotFound creates DeleteDeclareCaptureNotFound with default headers values.
NewDeleteDeclareCaptureParams creates a new DeleteDeclareCaptureParams object with the default values initialized.
NewGetDeclareCapture creates a new http.Handler for the get declare capture operation.
NewGetDeclareCaptureDefault creates GetDeclareCaptureDefault with default headers values.
NewGetDeclareCaptureNotFound creates GetDeclareCaptureNotFound with default headers values.
NewGetDeclareCaptureOK creates GetDeclareCaptureOK with default headers values.
NewGetDeclareCaptureParams creates a new GetDeclareCaptureParams object
There are no default values defined in the spec.
NewGetDeclareCaptures creates a new http.Handler for the get declare captures operation.
NewGetDeclareCapturesDefault creates GetDeclareCapturesDefault with default headers values.
NewGetDeclareCapturesOK creates GetDeclareCapturesOK with default headers values.
NewGetDeclareCapturesParams creates a new GetDeclareCapturesParams object
There are no default values defined in the spec.
NewReplaceDeclareCapture creates a new http.Handler for the replace declare capture operation.
NewReplaceDeclareCaptureAccepted creates ReplaceDeclareCaptureAccepted with default headers values.
NewReplaceDeclareCaptureBadRequest creates ReplaceDeclareCaptureBadRequest with default headers values.
NewReplaceDeclareCaptureDefault creates ReplaceDeclareCaptureDefault with default headers values.
NewReplaceDeclareCaptureNotFound creates ReplaceDeclareCaptureNotFound with default headers values.
NewReplaceDeclareCaptureOK creates ReplaceDeclareCaptureOK with default headers values.
NewReplaceDeclareCaptureParams creates a new ReplaceDeclareCaptureParams object with the default values initialized.
# Constants
CreateDeclareCaptureAcceptedCode is the HTTP code returned for type CreateDeclareCaptureAccepted.
CreateDeclareCaptureBadRequestCode is the HTTP code returned for type CreateDeclareCaptureBadRequest.
CreateDeclareCaptureConflictCode is the HTTP code returned for type CreateDeclareCaptureConflict.
CreateDeclareCaptureCreatedCode is the HTTP code returned for type CreateDeclareCaptureCreated.
DeleteDeclareCaptureAcceptedCode is the HTTP code returned for type DeleteDeclareCaptureAccepted.
DeleteDeclareCaptureNoContentCode is the HTTP code returned for type DeleteDeclareCaptureNoContent.
DeleteDeclareCaptureNotFoundCode is the HTTP code returned for type DeleteDeclareCaptureNotFound.
GetDeclareCaptureNotFoundCode is the HTTP code returned for type GetDeclareCaptureNotFound.
GetDeclareCaptureOKCode is the HTTP code returned for type GetDeclareCaptureOK.
GetDeclareCapturesOKCode is the HTTP code returned for type GetDeclareCapturesOK.
ReplaceDeclareCaptureAcceptedCode is the HTTP code returned for type ReplaceDeclareCaptureAccepted.
ReplaceDeclareCaptureBadRequestCode is the HTTP code returned for type ReplaceDeclareCaptureBadRequest.
ReplaceDeclareCaptureNotFoundCode is the HTTP code returned for type ReplaceDeclareCaptureNotFound.
ReplaceDeclareCaptureOKCode is the HTTP code returned for type ReplaceDeclareCaptureOK.
# Structs
CreateDeclareCapture swagger:route POST /services/haproxy/configuration/captures DeclareCapture createDeclareCapture
# Add a new declare capture
Adds a new declare capture in the specified frontend in the configuration file.
CreateDeclareCaptureAccepted Configuration change accepted and reload requested
swagger:response createDeclareCaptureAccepted
*/.
CreateDeclareCaptureBadRequest Bad request
swagger:response createDeclareCaptureBadRequest
*/.
CreateDeclareCaptureConflict The specified resource already exists
swagger:response createDeclareCaptureConflict
*/.
CreateDeclareCaptureCreated Declare capture created
swagger:response createDeclareCaptureCreated
*/.
CreateDeclareCaptureDefault General Error
swagger:response createDeclareCaptureDefault
*/.
CreateDeclareCaptureParams contains all the bound params for the create declare capture operation typically these are obtained from a http.Request
swagger:parameters createDeclareCapture.
CreateDeclareCaptureURL generates an URL for the create declare capture operation.
DeleteDeclareCapture swagger:route DELETE /services/haproxy/configuration/captures/{index} DeclareCapture deleteDeclareCapture
# Delete a declare capture
Deletes a declare capture configuration by it's index in the specified frontend.
DeleteDeclareCaptureAccepted Configuration change accepted and reload requested
swagger:response deleteDeclareCaptureAccepted
*/.
DeleteDeclareCaptureDefault General Error
swagger:response deleteDeclareCaptureDefault
*/.
DeleteDeclareCaptureNoContent Declare Capture deleted
swagger:response deleteDeclareCaptureNoContent
*/.
DeleteDeclareCaptureNotFound The specified resource was not found
swagger:response deleteDeclareCaptureNotFound
*/.
DeleteDeclareCaptureParams contains all the bound params for the delete declare capture operation typically these are obtained from a http.Request
swagger:parameters deleteDeclareCapture.
DeleteDeclareCaptureURL generates an URL for the delete declare capture operation.
GetDeclareCapture swagger:route GET /services/haproxy/configuration/captures/{index} DeclareCapture getDeclareCapture
# Return one declare capture
Returns one declare capture configuration by it's index in the specified frontend.
GetDeclareCaptureDefault General Error
swagger:response getDeclareCaptureDefault
*/.
GetDeclareCaptureNotFound The specified resource already exists
swagger:response getDeclareCaptureNotFound
*/.
GetDeclareCaptureOK Successful operation
swagger:response getDeclareCaptureOK
*/.
GetDeclareCaptureOKBody get declare capture o k body
swagger:model GetDeclareCaptureOKBody.
GetDeclareCaptureParams contains all the bound params for the get declare capture operation typically these are obtained from a http.Request
swagger:parameters getDeclareCapture.
GetDeclareCaptures swagger:route GET /services/haproxy/configuration/captures DeclareCapture getDeclareCaptures
# Return an array of declare captures
Returns an array of all declare capture records that are configured in specified frontend.
GetDeclareCapturesDefault General Error
swagger:response getDeclareCapturesDefault
*/.
GetDeclareCapturesOK Successful operation
swagger:response getDeclareCapturesOK
*/.
GetDeclareCapturesOKBody get declare captures o k body
swagger:model GetDeclareCapturesOKBody.
GetDeclareCapturesParams contains all the bound params for the get declare captures operation typically these are obtained from a http.Request
swagger:parameters getDeclareCaptures.
GetDeclareCapturesURL generates an URL for the get declare captures operation.
GetDeclareCaptureURL generates an URL for the get declare capture operation.
ReplaceDeclareCapture swagger:route PUT /services/haproxy/configuration/captures/{index} DeclareCapture replaceDeclareCapture
# Replace a declare capture
Replaces a declare capture configuration by it's index in the specified frontend.
ReplaceDeclareCaptureAccepted Configuration change accepted and reload requested
swagger:response replaceDeclareCaptureAccepted
*/.
ReplaceDeclareCaptureBadRequest Bad request
swagger:response replaceDeclareCaptureBadRequest
*/.
ReplaceDeclareCaptureDefault General Error
swagger:response replaceDeclareCaptureDefault
*/.
ReplaceDeclareCaptureNotFound The specified resource was not found
swagger:response replaceDeclareCaptureNotFound
*/.
ReplaceDeclareCaptureOK Declare Capture replaced
swagger:response replaceDeclareCaptureOK
*/.
ReplaceDeclareCaptureParams contains all the bound params for the replace declare capture operation typically these are obtained from a http.Request
swagger:parameters replaceDeclareCapture.
ReplaceDeclareCaptureURL generates an URL for the replace declare capture operation.
# Interfaces
CreateDeclareCaptureHandler interface for that can handle valid create declare capture params.
DeleteDeclareCaptureHandler interface for that can handle valid delete declare capture params.
GetDeclareCaptureHandler interface for that can handle valid get declare capture params.
GetDeclareCapturesHandler interface for that can handle valid get declare captures params.
ReplaceDeclareCaptureHandler interface for that can handle valid replace declare capture params.
# Type aliases
CreateDeclareCaptureHandlerFunc turns a function with the right signature into a create declare capture handler.
DeleteDeclareCaptureHandlerFunc turns a function with the right signature into a delete declare capture handler.
GetDeclareCaptureHandlerFunc turns a function with the right signature into a get declare capture handler.
GetDeclareCapturesHandlerFunc turns a function with the right signature into a get declare captures handler.
ReplaceDeclareCaptureHandlerFunc turns a function with the right signature into a replace declare capture handler.