package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewCreateCrtStore creates a new http.Handler for the create crt store operation.
NewCreateCrtStoreAccepted creates CreateCrtStoreAccepted with default headers values.
NewCreateCrtStoreBadRequest creates CreateCrtStoreBadRequest with default headers values.
NewCreateCrtStoreConflict creates CreateCrtStoreConflict with default headers values.
NewCreateCrtStoreCreated creates CreateCrtStoreCreated with default headers values.
NewCreateCrtStoreDefault creates CreateCrtStoreDefault with default headers values.
NewCreateCrtStoreParams creates a new CreateCrtStoreParams object with the default values initialized.
NewDeleteCrtStore creates a new http.Handler for the delete crt store operation.
NewDeleteCrtStoreAccepted creates DeleteCrtStoreAccepted with default headers values.
NewDeleteCrtStoreDefault creates DeleteCrtStoreDefault with default headers values.
NewDeleteCrtStoreNoContent creates DeleteCrtStoreNoContent with default headers values.
NewDeleteCrtStoreNotFound creates DeleteCrtStoreNotFound with default headers values.
NewDeleteCrtStoreParams creates a new DeleteCrtStoreParams object with the default values initialized.
NewEditCrtStore creates a new http.Handler for the edit crt store operation.
NewEditCrtStoreAccepted creates EditCrtStoreAccepted with default headers values.
NewEditCrtStoreBadRequest creates EditCrtStoreBadRequest with default headers values.
NewEditCrtStoreDefault creates EditCrtStoreDefault with default headers values.
NewEditCrtStoreNotFound creates EditCrtStoreNotFound with default headers values.
NewEditCrtStoreOK creates EditCrtStoreOK with default headers values.
NewEditCrtStoreParams creates a new EditCrtStoreParams object with the default values initialized.
NewGetCrtStore creates a new http.Handler for the get crt store operation.
NewGetCrtStoreDefault creates GetCrtStoreDefault with default headers values.
NewGetCrtStoreNotFound creates GetCrtStoreNotFound with default headers values.
NewGetCrtStoreOK creates GetCrtStoreOK with default headers values.
NewGetCrtStoreParams creates a new GetCrtStoreParams object
There are no default values defined in the spec.
NewGetCrtStores creates a new http.Handler for the get crt stores operation.
NewGetCrtStoresDefault creates GetCrtStoresDefault with default headers values.
NewGetCrtStoresOK creates GetCrtStoresOK with default headers values.
NewGetCrtStoresParams creates a new GetCrtStoresParams object
There are no default values defined in the spec.
# Constants
CreateCrtStoreAcceptedCode is the HTTP code returned for type CreateCrtStoreAccepted.
CreateCrtStoreBadRequestCode is the HTTP code returned for type CreateCrtStoreBadRequest.
CreateCrtStoreConflictCode is the HTTP code returned for type CreateCrtStoreConflict.
CreateCrtStoreCreatedCode is the HTTP code returned for type CreateCrtStoreCreated.
DeleteCrtStoreAcceptedCode is the HTTP code returned for type DeleteCrtStoreAccepted.
DeleteCrtStoreNoContentCode is the HTTP code returned for type DeleteCrtStoreNoContent.
DeleteCrtStoreNotFoundCode is the HTTP code returned for type DeleteCrtStoreNotFound.
EditCrtStoreAcceptedCode is the HTTP code returned for type EditCrtStoreAccepted.
EditCrtStoreBadRequestCode is the HTTP code returned for type EditCrtStoreBadRequest.
EditCrtStoreNotFoundCode is the HTTP code returned for type EditCrtStoreNotFound.
EditCrtStoreOKCode is the HTTP code returned for type EditCrtStoreOK.
GetCrtStoreNotFoundCode is the HTTP code returned for type GetCrtStoreNotFound.
GetCrtStoreOKCode is the HTTP code returned for type GetCrtStoreOK.
GetCrtStoresOKCode is the HTTP code returned for type GetCrtStoresOK.
# Structs
CreateCrtStore swagger:route POST /services/haproxy/configuration/crt_stores CrtStore createCrtStore
# Add a new Certificate Store
Creates a new crt_store section
*/.
CreateCrtStoreAccepted Configuration change accepted and reload requested
swagger:response createCrtStoreAccepted
*/.
CreateCrtStoreBadRequest Bad request
swagger:response createCrtStoreBadRequest
*/.
CreateCrtStoreConflict The specified resource already exists
swagger:response createCrtStoreConflict
*/.
CreateCrtStoreCreated Certificate Store created
swagger:response createCrtStoreCreated
*/.
CreateCrtStoreDefault General Error
swagger:response createCrtStoreDefault
*/.
CreateCrtStoreParams contains all the bound params for the create crt store operation typically these are obtained from a http.Request
swagger:parameters createCrtStore.
CreateCrtStoreURL generates an URL for the create crt store operation.
DeleteCrtStore swagger:route DELETE /services/haproxy/configuration/crt_stores/{name} CrtStore deleteCrtStore
# Delete a Certificate Store
Deletes a crt_store section from the configuration
*/.
DeleteCrtStoreAccepted Configuration change accepted and reload requested
swagger:response deleteCrtStoreAccepted
*/.
DeleteCrtStoreDefault General Error
swagger:response deleteCrtStoreDefault
*/.
DeleteCrtStoreNoContent crt_store deleted
swagger:response deleteCrtStoreNoContent
*/.
DeleteCrtStoreNotFound The specified resource was not found
swagger:response deleteCrtStoreNotFound
*/.
DeleteCrtStoreParams contains all the bound params for the delete crt store operation typically these are obtained from a http.Request
swagger:parameters deleteCrtStore.
DeleteCrtStoreURL generates an URL for the delete crt store operation.
EditCrtStore swagger:route PUT /services/haproxy/configuration/crt_stores/{name} CrtStore editCrtStore
# Modify a Certificate Store
Modifies a crt_store's configuration by its name
*/.
EditCrtStoreAccepted Configuration change accepted and reload requested
swagger:response editCrtStoreAccepted
*/.
EditCrtStoreBadRequest Bad request
swagger:response editCrtStoreBadRequest
*/.
EditCrtStoreDefault General Error
swagger:response editCrtStoreDefault
*/.
EditCrtStoreNotFound The specified resource was not found
swagger:response editCrtStoreNotFound
*/.
EditCrtStoreOK crt_store configuration updated
swagger:response editCrtStoreOK
*/.
EditCrtStoreParams contains all the bound params for the edit crt store operation typically these are obtained from a http.Request
swagger:parameters editCrtStore.
EditCrtStoreURL generates an URL for the edit crt store operation.
GetCrtStore swagger:route GET /services/haproxy/configuration/crt_stores/{name} CrtStore getCrtStore
# Return a Certificate Store
Returns crt_store section by its name
*/.
GetCrtStoreDefault General Error
swagger:response getCrtStoreDefault
*/.
GetCrtStoreNotFound The specified resource was not found
swagger:response getCrtStoreNotFound
*/.
GetCrtStoreOK Successful operation
swagger:response getCrtStoreOK
*/.
GetCrtStoreParams contains all the bound params for the get crt store operation typically these are obtained from a http.Request
swagger:parameters getCrtStore.
GetCrtStores swagger:route GET /services/haproxy/configuration/crt_stores CrtStore getCrtStores
# Return all the Certificate Stores
Returns an array of all the configured crt_store sections in HAProxy
*/.
GetCrtStoresDefault General Error
swagger:response getCrtStoresDefault
*/.
GetCrtStoresOK Successful operation
swagger:response getCrtStoresOK
*/.
GetCrtStoresParams contains all the bound params for the get crt stores operation typically these are obtained from a http.Request
swagger:parameters getCrtStores.
GetCrtStoresURL generates an URL for the get crt stores operation.
GetCrtStoreURL generates an URL for the get crt store operation.
# Interfaces
CreateCrtStoreHandler interface for that can handle valid create crt store params.
DeleteCrtStoreHandler interface for that can handle valid delete crt store params.
EditCrtStoreHandler interface for that can handle valid edit crt store params.
GetCrtStoreHandler interface for that can handle valid get crt store params.
GetCrtStoresHandler interface for that can handle valid get crt stores params.
# Type aliases
CreateCrtStoreHandlerFunc turns a function with the right signature into a create crt store handler.
DeleteCrtStoreHandlerFunc turns a function with the right signature into a delete crt store handler.
EditCrtStoreHandlerFunc turns a function with the right signature into a edit crt store handler.
GetCrtStoreHandlerFunc turns a function with the right signature into a get crt store handler.
GetCrtStoresHandlerFunc turns a function with the right signature into a get crt stores handler.