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

# Functions

NewCreateTCPCheck creates a new http.Handler for the create TCP check operation.
NewCreateTCPCheckAccepted creates CreateTCPCheckAccepted with default headers values.
NewCreateTCPCheckBadRequest creates CreateTCPCheckBadRequest with default headers values.
NewCreateTCPCheckConflict creates CreateTCPCheckConflict with default headers values.
NewCreateTCPCheckCreated creates CreateTCPCheckCreated with default headers values.
NewCreateTCPCheckDefault creates CreateTCPCheckDefault with default headers values.
NewCreateTCPCheckParams creates a new CreateTCPCheckParams object with the default values initialized.
NewDeleteTCPCheck creates a new http.Handler for the delete TCP check operation.
NewDeleteTCPCheckAccepted creates DeleteTCPCheckAccepted with default headers values.
NewDeleteTCPCheckDefault creates DeleteTCPCheckDefault with default headers values.
NewDeleteTCPCheckNoContent creates DeleteTCPCheckNoContent with default headers values.
NewDeleteTCPCheckNotFound creates DeleteTCPCheckNotFound with default headers values.
NewDeleteTCPCheckParams creates a new DeleteTCPCheckParams object with the default values initialized.
NewGetTCPCheck creates a new http.Handler for the get TCP check operation.
NewGetTCPCheckDefault creates GetTCPCheckDefault with default headers values.
NewGetTCPCheckNotFound creates GetTCPCheckNotFound with default headers values.
NewGetTCPCheckOK creates GetTCPCheckOK with default headers values.
NewGetTCPCheckParams creates a new GetTCPCheckParams object There are no default values defined in the spec.
NewGetTCPChecks creates a new http.Handler for the get TCP checks operation.
NewGetTCPChecksDefault creates GetTCPChecksDefault with default headers values.
NewGetTCPChecksOK creates GetTCPChecksOK with default headers values.
NewGetTCPChecksParams creates a new GetTCPChecksParams object There are no default values defined in the spec.
NewReplaceTCPCheck creates a new http.Handler for the replace TCP check operation.
NewReplaceTCPCheckAccepted creates ReplaceTCPCheckAccepted with default headers values.
NewReplaceTCPCheckBadRequest creates ReplaceTCPCheckBadRequest with default headers values.
NewReplaceTCPCheckDefault creates ReplaceTCPCheckDefault with default headers values.
NewReplaceTCPCheckNotFound creates ReplaceTCPCheckNotFound with default headers values.
NewReplaceTCPCheckOK creates ReplaceTCPCheckOK with default headers values.
NewReplaceTCPCheckParams creates a new ReplaceTCPCheckParams object with the default values initialized.

# Constants

CreateTCPCheckAcceptedCode is the HTTP code returned for type CreateTCPCheckAccepted.
CreateTCPCheckBadRequestCode is the HTTP code returned for type CreateTCPCheckBadRequest.
CreateTCPCheckConflictCode is the HTTP code returned for type CreateTCPCheckConflict.
CreateTCPCheckCreatedCode is the HTTP code returned for type CreateTCPCheckCreated.
DeleteTCPCheckAcceptedCode is the HTTP code returned for type DeleteTCPCheckAccepted.
DeleteTCPCheckNoContentCode is the HTTP code returned for type DeleteTCPCheckNoContent.
DeleteTCPCheckNotFoundCode is the HTTP code returned for type DeleteTCPCheckNotFound.
GetTCPCheckNotFoundCode is the HTTP code returned for type GetTCPCheckNotFound.
GetTCPCheckOKCode is the HTTP code returned for type GetTCPCheckOK.
GetTCPChecksOKCode is the HTTP code returned for type GetTCPChecksOK.
ReplaceTCPCheckAcceptedCode is the HTTP code returned for type ReplaceTCPCheckAccepted.
ReplaceTCPCheckBadRequestCode is the HTTP code returned for type ReplaceTCPCheckBadRequest.
ReplaceTCPCheckNotFoundCode is the HTTP code returned for type ReplaceTCPCheckNotFound.
ReplaceTCPCheckOKCode is the HTTP code returned for type ReplaceTCPCheckOK.

# Structs

CreateTCPCheck swagger:route POST /services/haproxy/configuration/tcp_checks TCPCheck createTcpCheck # Add a new TCP check Adds a new TCP check of the specified type in the specified parent.
CreateTCPCheckAccepted Configuration change accepted and reload requested swagger:response createTcpCheckAccepted */.
CreateTCPCheckBadRequest Bad request swagger:response createTcpCheckBadRequest */.
CreateTCPCheckConflict The specified resource already exists swagger:response createTcpCheckConflict */.
CreateTCPCheckCreated TCP check created swagger:response createTcpCheckCreated */.
CreateTCPCheckDefault General Error swagger:response createTcpCheckDefault */.
CreateTCPCheckParams contains all the bound params for the create TCP check operation typically these are obtained from a http.Request swagger:parameters createTCPCheck.
CreateTCPCheckURL generates an URL for the create TCP check operation.
DeleteTCPCheck swagger:route DELETE /services/haproxy/configuration/tcp_checks/{index} TCPCheck deleteTcpCheck # Delete a TCP check Deletes a TCP check configuration by it's index from the specified parent.
DeleteTCPCheckAccepted Configuration change accepted and reload requested swagger:response deleteTcpCheckAccepted */.
DeleteTCPCheckDefault General Error swagger:response deleteTcpCheckDefault */.
DeleteTCPCheckNoContent TCP check deleted swagger:response deleteTcpCheckNoContent */.
DeleteTCPCheckNotFound The specified resource was not found swagger:response deleteTcpCheckNotFound */.
DeleteTCPCheckParams contains all the bound params for the delete TCP check operation typically these are obtained from a http.Request swagger:parameters deleteTCPCheck.
DeleteTCPCheckURL generates an URL for the delete TCP check operation.
GetTCPCheck swagger:route GET /services/haproxy/configuration/tcp_checks/{index} TCPCheck getTcpCheck # Return one TCP check Returns one TCP check configuration by it's index in the specified parent.
GetTCPCheckDefault General Error swagger:response getTcpCheckDefault */.
GetTCPCheckNotFound The specified resource was not found swagger:response getTcpCheckNotFound */.
GetTCPCheckOK Successful operation swagger:response getTcpCheckOK */.
GetTCPCheckOKBody get TCP check o k body swagger:model GetTCPCheckOKBody.
GetTCPCheckParams contains all the bound params for the get TCP check operation typically these are obtained from a http.Request swagger:parameters getTCPCheck.
GetTCPChecks swagger:route GET /services/haproxy/configuration/tcp_checks TCPCheck getTcpChecks # Return an array of TCP checks Returns all TCP checks that are configured in specified parent.
GetTCPChecksDefault General Error swagger:response getTcpChecksDefault */.
GetTCPChecksOK Successful operation swagger:response getTcpChecksOK */.
GetTCPChecksOKBody get TCP checks o k body swagger:model GetTCPChecksOKBody.
GetTCPChecksParams contains all the bound params for the get TCP checks operation typically these are obtained from a http.Request swagger:parameters getTCPChecks.
GetTCPChecksURL generates an URL for the get TCP checks operation.
GetTCPCheckURL generates an URL for the get TCP check operation.
ReplaceTCPCheck swagger:route PUT /services/haproxy/configuration/tcp_checks/{index} TCPCheck replaceTcpCheck # Replace a TCP check Replaces a TCP Check configuration by it's index in the specified parent.
ReplaceTCPCheckAccepted Configuration change accepted and reload requested swagger:response replaceTcpCheckAccepted */.
ReplaceTCPCheckBadRequest Bad request swagger:response replaceTcpCheckBadRequest */.
ReplaceTCPCheckDefault General Error swagger:response replaceTcpCheckDefault */.
ReplaceTCPCheckNotFound The specified resource was not found swagger:response replaceTcpCheckNotFound */.
ReplaceTCPCheckOK TCP check replaced swagger:response replaceTcpCheckOK */.
ReplaceTCPCheckParams contains all the bound params for the replace TCP check operation typically these are obtained from a http.Request swagger:parameters replaceTCPCheck.
ReplaceTCPCheckURL generates an URL for the replace TCP check operation.

# Interfaces

CreateTCPCheckHandler interface for that can handle valid create TCP check params.
DeleteTCPCheckHandler interface for that can handle valid delete TCP check params.
GetTCPCheckHandler interface for that can handle valid get TCP check params.
GetTCPChecksHandler interface for that can handle valid get TCP checks params.
ReplaceTCPCheckHandler interface for that can handle valid replace TCP check params.

# Type aliases

CreateTCPCheckHandlerFunc turns a function with the right signature into a create TCP check handler.
DeleteTCPCheckHandlerFunc turns a function with the right signature into a delete TCP check handler.
GetTCPCheckHandlerFunc turns a function with the right signature into a get TCP check handler.
GetTCPChecksHandlerFunc turns a function with the right signature into a get TCP checks handler.
ReplaceTCPCheckHandlerFunc turns a function with the right signature into a replace TCP check handler.