# Functions
NewRouter returns a newly allocated Router.
# Structs
Request wrapper for an AdmissionRequest.
Response a wrapper for AdmissionResponses object.
RouteMatch type matching of admission Request to Handlers.
Router manages request and the calling of matching handlers.
# Interfaces
The Handler type is an adapter to allow admission checking on a given request.
# Type aliases
HandlerFunc type is used to add regular functions as Handler.