MCPcopy
hub / github.com/labstack/echo / concurrentRouter

Struct concurrentRouter

router_concurrent.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type concurrentRouter struct {
17 mu sync.RWMutex
18 router Router
19}
20
21func (r *concurrentRouter) Route(c *Context) HandlerFunc {
22 r.mu.RLock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected