package
2.8.0
Repository: https://github.com/davron112/lura.git
Documentation: pkg.go.dev

# Packages

Package chi provides some basic implementations for building routers based on go-chi/chi */.
Package gin provides some basic implementations for building routers based on gin-gonic/gin */.
Package gorilla provides some basic implementations for building routers based on gorilla/mux */.
Package httptreemux provides some basic implementations for building routers based on dimfeld/httptreemux */.
Package mux provides some basic implementations for building routers based on net/http mux */.
Package negroni provides some basic implementations for building routers based on urfave/negroni */.

# Functions

No description provided by the author

# Interfaces

Factory creates new routers.
Router sets up the public layer exposed to the users.

# Type aliases

RouterFunc type is an adapter to allow the use of ordinary functions as routers.