//
pkg.gl
Category
github.com/drew-viles/go-web-framework
routing
package
0.0.0-20240522080600-fd506af6a830
Repository:
https://github.com/drew-viles/go-web-framework.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
98 SLOC
#
Functions
SetupRoutes
SetupRoutes takes an array of Route and creates a set of routes for the mux router.
#
Structs
Route
Route is used to store the information f a single route.