MCPcopy
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
71type Router struct {
72 router *httprouter.Router
73}
74
75func NewRouter() *Router {
76 r := httprouter.New()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected