//
pkg.gl
Category
github.com/NubeIO/lib-module-go
router
package
0.3.2
Repository:
https://github.com/nubeio/lib-module-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
2
Files
125 SLOC
#
Functions
NewRouter
NewRouter creates a new Router instance.
#
Structs
Request
No description provided by the author
Router
Router is a simple router that maps URL patterns to handlers.
#
Type aliases
HandlerFunc
HandlerFunc defines the type for request handlers.