package
4.5.1
Repository: https://github.com/vardius/gorouter.git
Documentation: pkg.go.dev

# Functions

NewCollection provides new middleware.
WithPriority provides new Middleware with priority.

# Interfaces

Handler represents wrapped function.
Middleware wraps Handler.

# Type aliases

Collection is a slice of handler wrappers functions.
WrapperFunc is an adapter to allow the use of handler wrapper functions as middleware functions.