# Functions
NewDeletePrefilter creates a new http.Handler for the delete prefilter operation.
NewDeletePrefilterFailure creates DeletePrefilterFailure with default headers values.
NewDeletePrefilterInvalidCIDR creates DeletePrefilterInvalidCIDR with default headers values.
NewDeletePrefilterOK creates DeletePrefilterOK with default headers values.
NewDeletePrefilterParams creates a new DeletePrefilterParams object with the default values initialized.
NewGetPrefilter creates a new http.Handler for the get prefilter operation.
NewGetPrefilterFailure creates GetPrefilterFailure with default headers values.
NewGetPrefilterOK creates GetPrefilterOK with default headers values.
NewGetPrefilterParams creates a new GetPrefilterParams object with the default values initialized.
NewPutPrefilter creates a new http.Handler for the put prefilter operation.
NewPutPrefilterFailure creates PutPrefilterFailure with default headers values.
NewPutPrefilterInvalidCIDR creates PutPrefilterInvalidCIDR with default headers values.
NewPutPrefilterOK creates PutPrefilterOK with default headers values.
NewPutPrefilterParams creates a new PutPrefilterParams object with the default values initialized.
# Constants
DeletePrefilterFailureCode is the HTTP code returned for type DeletePrefilterFailure.
DeletePrefilterInvalidCIDRCode is the HTTP code returned for type DeletePrefilterInvalidCIDR.
DeletePrefilterOKCode is the HTTP code returned for type DeletePrefilterOK.
GetPrefilterFailureCode is the HTTP code returned for type GetPrefilterFailure.
GetPrefilterOKCode is the HTTP code returned for type GetPrefilterOK.
PutPrefilterFailureCode is the HTTP code returned for type PutPrefilterFailure.
PutPrefilterInvalidCIDRCode is the HTTP code returned for type PutPrefilterInvalidCIDR.
PutPrefilterOKCode is the HTTP code returned for type PutPrefilterOK.
# Structs
DeletePrefilter swagger:route DELETE /prefilter prefilter deletePrefilter
Delete list of CIDRs
*/.
DeletePrefilterFailure CIDR deletion failed
swagger:response deletePrefilterFailure
*/.
DeletePrefilterInvalidCIDR Invalid CIDR prefix
swagger:response deletePrefilterInvalidCIdR
*/.
DeletePrefilterOK Deleted
swagger:response deletePrefilterOK
*/.
DeletePrefilterParams contains all the bound params for the delete prefilter operation typically these are obtained from a http.Request
swagger:parameters DeletePrefilter.
DeletePrefilterURL generates an URL for the delete prefilter operation.
GetPrefilter swagger:route GET /prefilter prefilter getPrefilter
Retrieve list of CIDRs
*/.
GetPrefilterFailure CIDR list get failed
swagger:response getPrefilterFailure
*/.
GetPrefilterOK Success
swagger:response getPrefilterOK
*/.
GetPrefilterParams contains all the bound params for the get prefilter operation typically these are obtained from a http.Request
swagger:parameters GetPrefilter.
GetPrefilterURL generates an URL for the get prefilter operation.
PutPrefilter swagger:route PUT /prefilter prefilter putPrefilter
Update list of CIDRs
*/.
PutPrefilterFailure CIDR update failed
swagger:response putPrefilterFailure
*/.
PutPrefilterInvalidCIDR Invalid CIDR prefix
swagger:response putPrefilterInvalidCIdR
*/.
PutPrefilterOK Updated
swagger:response putPrefilterOK
*/.
PutPrefilterParams contains all the bound params for the put prefilter operation typically these are obtained from a http.Request
swagger:parameters PutPrefilter.
PutPrefilterURL generates an URL for the put prefilter operation.
# Interfaces
DeletePrefilterHandler interface for that can handle valid delete prefilter params.
GetPrefilterHandler interface for that can handle valid get prefilter params.
PutPrefilterHandler interface for that can handle valid put prefilter params.
# Type aliases
DeletePrefilterHandlerFunc turns a function with the right signature into a delete prefilter handler.
GetPrefilterHandlerFunc turns a function with the right signature into a get prefilter handler.
PutPrefilterHandlerFunc turns a function with the right signature into a put prefilter handler.