package
Version:
v0.0.0-...-10de872
Opens a new window with list of versions in this module.
Published: Jul 23, 2020
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewRouter returns a new http.Handler for serving
Config supplies needed information about the router
type Route struct {
Path string
Methods []string
Handler routeHandler
Auth bool
}
Route represents a single web route
Source Files
¶
Click to show internal directories.
Click to hide internal directories.