# Functions
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.
NewPatchPrefilter creates a new http.Handler for the patch prefilter operation.
NewPatchPrefilterFailure creates PatchPrefilterFailure with default headers values.
NewPatchPrefilterInvalidCIDR creates PatchPrefilterInvalidCIDR with default headers values.
NewPatchPrefilterOK creates PatchPrefilterOK with default headers values.
NewPatchPrefilterParams creates a new PatchPrefilterParams object with the default values initialized.
# Constants
GetPrefilterFailureCode is the HTTP code returned for type GetPrefilterFailure.
GetPrefilterOKCode is the HTTP code returned for type GetPrefilterOK.
PatchPrefilterFailureCode is the HTTP code returned for type PatchPrefilterFailure.
PatchPrefilterInvalidCIDRCode is the HTTP code returned for type PatchPrefilterInvalidCIDR.
PatchPrefilterOKCode is the HTTP code returned for type PatchPrefilterOK.
# Structs
GetPrefilter swagger:route GET /prefilter prefilter getPrefilter
Retrieve list of CIDRs
*/.
GetPrefilterFailure Prefilter 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.
PatchPrefilter swagger:route PATCH /prefilter prefilter patchPrefilter
Update list of CIDRs
*/.
PatchPrefilterFailure Prefilter update failed
swagger:response patchPrefilterFailure
*/.
PatchPrefilterInvalidCIDR Invalid CIDR prefix
swagger:response patchPrefilterInvalidCIdR
*/.
PatchPrefilterOK Updated
swagger:response patchPrefilterOK
*/.
PatchPrefilterParams contains all the bound params for the patch prefilter operation typically these are obtained from a http.Request
swagger:parameters PatchPrefilter.
PatchPrefilterURL generates an URL for the patch prefilter operation.
# Interfaces
GetPrefilterHandler interface for that can handle valid get prefilter params.
PatchPrefilterHandler interface for that can handle valid patch prefilter params.
# Type aliases
GetPrefilterHandlerFunc turns a function with the right signature into a get prefilter handler.
PatchPrefilterHandlerFunc turns a function with the right signature into a patch prefilter handler.