package
2.9.11+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewCreateFilter creates a new http.Handler for the create filter operation.
NewCreateFilterAccepted creates CreateFilterAccepted with default headers values.
NewCreateFilterBadRequest creates CreateFilterBadRequest with default headers values.
NewCreateFilterConflict creates CreateFilterConflict with default headers values.
NewCreateFilterCreated creates CreateFilterCreated with default headers values.
NewCreateFilterDefault creates CreateFilterDefault with default headers values.
NewCreateFilterParams creates a new CreateFilterParams object with the default values initialized.
NewDeleteFilter creates a new http.Handler for the delete filter operation.
NewDeleteFilterAccepted creates DeleteFilterAccepted with default headers values.
NewDeleteFilterDefault creates DeleteFilterDefault with default headers values.
NewDeleteFilterNoContent creates DeleteFilterNoContent with default headers values.
NewDeleteFilterNotFound creates DeleteFilterNotFound with default headers values.
NewDeleteFilterParams creates a new DeleteFilterParams object with the default values initialized.
NewGetFilter creates a new http.Handler for the get filter operation.
NewGetFilterDefault creates GetFilterDefault with default headers values.
NewGetFilterNotFound creates GetFilterNotFound with default headers values.
NewGetFilterOK creates GetFilterOK with default headers values.
NewGetFilterParams creates a new GetFilterParams object
There are no default values defined in the spec.
NewGetFilters creates a new http.Handler for the get filters operation.
NewGetFiltersDefault creates GetFiltersDefault with default headers values.
NewGetFiltersOK creates GetFiltersOK with default headers values.
NewGetFiltersParams creates a new GetFiltersParams object
There are no default values defined in the spec.
NewReplaceFilter creates a new http.Handler for the replace filter operation.
NewReplaceFilterAccepted creates ReplaceFilterAccepted with default headers values.
NewReplaceFilterBadRequest creates ReplaceFilterBadRequest with default headers values.
NewReplaceFilterDefault creates ReplaceFilterDefault with default headers values.
NewReplaceFilterNotFound creates ReplaceFilterNotFound with default headers values.
NewReplaceFilterOK creates ReplaceFilterOK with default headers values.
NewReplaceFilterParams creates a new ReplaceFilterParams object with the default values initialized.
# Constants
CreateFilterAcceptedCode is the HTTP code returned for type CreateFilterAccepted.
CreateFilterBadRequestCode is the HTTP code returned for type CreateFilterBadRequest.
CreateFilterConflictCode is the HTTP code returned for type CreateFilterConflict.
CreateFilterCreatedCode is the HTTP code returned for type CreateFilterCreated.
DeleteFilterAcceptedCode is the HTTP code returned for type DeleteFilterAccepted.
DeleteFilterNoContentCode is the HTTP code returned for type DeleteFilterNoContent.
DeleteFilterNotFoundCode is the HTTP code returned for type DeleteFilterNotFound.
GetFilterNotFoundCode is the HTTP code returned for type GetFilterNotFound.
GetFilterOKCode is the HTTP code returned for type GetFilterOK.
GetFiltersOKCode is the HTTP code returned for type GetFiltersOK.
ReplaceFilterAcceptedCode is the HTTP code returned for type ReplaceFilterAccepted.
ReplaceFilterBadRequestCode is the HTTP code returned for type ReplaceFilterBadRequest.
ReplaceFilterNotFoundCode is the HTTP code returned for type ReplaceFilterNotFound.
ReplaceFilterOKCode is the HTTP code returned for type ReplaceFilterOK.
# Structs
CreateFilter swagger:route POST /services/haproxy/configuration/filters Filter createFilter
# Add a new Filter
Adds a new Filter of the specified type in the specified parent.
CreateFilterAccepted Configuration change accepted and reload requested
swagger:response createFilterAccepted
*/.
CreateFilterBadRequest Bad request
swagger:response createFilterBadRequest
*/.
CreateFilterConflict The specified resource already exists
swagger:response createFilterConflict
*/.
CreateFilterCreated Filter created
swagger:response createFilterCreated
*/.
CreateFilterDefault General Error
swagger:response createFilterDefault
*/.
CreateFilterParams contains all the bound params for the create filter operation typically these are obtained from a http.Request
swagger:parameters createFilter.
CreateFilterURL generates an URL for the create filter operation.
DeleteFilter swagger:route DELETE /services/haproxy/configuration/filters/{index} Filter deleteFilter
# Delete a Filter
Deletes a Filter configuration by it's index from the specified parent.
DeleteFilterAccepted Configuration change accepted and reload requested
swagger:response deleteFilterAccepted
*/.
DeleteFilterDefault General Error
swagger:response deleteFilterDefault
*/.
DeleteFilterNoContent Filter deleted
swagger:response deleteFilterNoContent
*/.
DeleteFilterNotFound The specified resource was not found
swagger:response deleteFilterNotFound
*/.
DeleteFilterParams contains all the bound params for the delete filter operation typically these are obtained from a http.Request
swagger:parameters deleteFilter.
DeleteFilterURL generates an URL for the delete filter operation.
GetFilter swagger:route GET /services/haproxy/configuration/filters/{index} Filter getFilter
# Return one Filter
Returns one Filter configuration by it's index in the specified parent.
GetFilterDefault General Error
swagger:response getFilterDefault
*/.
GetFilterNotFound The specified resource was not found
swagger:response getFilterNotFound
*/.
GetFilterOK Successful operation
swagger:response getFilterOK
*/.
GetFilterOKBody get filter o k body
swagger:model GetFilterOKBody.
GetFilterParams contains all the bound params for the get filter operation typically these are obtained from a http.Request
swagger:parameters getFilter.
GetFilters swagger:route GET /services/haproxy/configuration/filters Filter getFilters
# Return an array of all Filters
Returns all Filters that are configured in specified parent.
GetFiltersDefault General Error
swagger:response getFiltersDefault
*/.
GetFiltersOK Successful operation
swagger:response getFiltersOK
*/.
GetFiltersOKBody get filters o k body
swagger:model GetFiltersOKBody.
GetFiltersParams contains all the bound params for the get filters operation typically these are obtained from a http.Request
swagger:parameters getFilters.
GetFiltersURL generates an URL for the get filters operation.
GetFilterURL generates an URL for the get filter operation.
ReplaceFilter swagger:route PUT /services/haproxy/configuration/filters/{index} Filter replaceFilter
# Replace a Filter
Replaces a Filter configuration by it's index in the specified parent.
ReplaceFilterAccepted Configuration change accepted and reload requested
swagger:response replaceFilterAccepted
*/.
ReplaceFilterBadRequest Bad request
swagger:response replaceFilterBadRequest
*/.
ReplaceFilterDefault General Error
swagger:response replaceFilterDefault
*/.
ReplaceFilterNotFound The specified resource was not found
swagger:response replaceFilterNotFound
*/.
ReplaceFilterOK Filter replaced
swagger:response replaceFilterOK
*/.
ReplaceFilterParams contains all the bound params for the replace filter operation typically these are obtained from a http.Request
swagger:parameters replaceFilter.
ReplaceFilterURL generates an URL for the replace filter operation.
# Interfaces
CreateFilterHandler interface for that can handle valid create filter params.
DeleteFilterHandler interface for that can handle valid delete filter params.
GetFilterHandler interface for that can handle valid get filter params.
GetFiltersHandler interface for that can handle valid get filters params.
ReplaceFilterHandler interface for that can handle valid replace filter params.
# Type aliases
CreateFilterHandlerFunc turns a function with the right signature into a create filter handler.
DeleteFilterHandlerFunc turns a function with the right signature into a delete filter handler.
GetFilterHandlerFunc turns a function with the right signature into a get filter handler.
GetFiltersHandlerFunc turns a function with the right signature into a get filters handler.
ReplaceFilterHandlerFunc turns a function with the right signature into a replace filter handler.