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

# Functions

NewNode provides new mux Node.
NewTree provides new empty Tree.

# Interfaces

MiddlewareAware represents middleware aware node.
Node represents mux Node Can match path and provide routes.
Route is an handler aware route interface.
RouteAware represents route aware Node.

# Type aliases

Tree slice of mux Nodes.