package
0.1.14-beta9
Repository: https://github.com/patrickascher/gofer.git
Documentation: pkg.go.dev

# Packages

Package jsrouter implements the router.Provider interface and wraps the julienschmidt.httprouter.
Package middleware (rbac) provides a role based access control list.
No description provided by the author

# Functions

New creates the requested router provider and returns a router manager.
NewMapping creates a new mapping with the required data.
NewMiddleware creates an middleware chain.
NewRoute creates a route with the required data.
Register the router provider.

# Constants

ACTION is added to the HTTP context if the Route.Action was defined.
ALLOWED HTTP methods of the route is added as HTTP context, if the request is http.MethodOptions.
pre-defined providers.
PARAMS of the provider are added as context to the HTTP context.
PATTERN of the route is added as context to the HTTP context.

# Variables

Error messages.
Error messages.
Error messages.
Error messages.
Error messages.
Error messages.
Error messages.
Error messages.
Error messages.
Error messages.
Error messages.
Error messages.

# Interfaces

Manager interface of the router.
Mapping interface.
Provider interface.
Route interface.