Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authgear/authgear-server
/ Router
Struct
Router
pkg/util/httproute/httproute.go:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
type
Router
struct
{
72
router *httprouter.Router
73
}
74
75
func
NewRouter() *Router {
76
r := httprouter.New()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected