MCPcopy
hub / github.com/gofiber/fiber / Name

Method Name

router.go:43–43  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

41 Route(prefix string, fn func(router Router), name ...string) Router
42
43 Name(name string) Router
44}
45
46// Route is a struct that holds all metadata for each registered handler.

Callers 15

Test_Listen_Print_RouteFunction · 0.65
Test_Hook_OnRouteFunction · 0.65
Test_Hook_OnRoute_MountFunction · 0.65
Test_Hook_OnNameFunction · 0.65
Test_Hook_OnName_ErrorFunction · 0.65
Test_Hook_OnGroupFunction · 0.65
Test_Hook_OnGroupNameFunction · 0.65
Test_Hook_OnMountFunction · 0.65

Implementers 3

Appapp.go
Groupgroup.go
domainRouterdomain.go

Calls

no outgoing calls

Tested by 15

Test_Listen_Print_RouteFunction · 0.52
Test_Hook_OnRouteFunction · 0.52
Test_Hook_OnRoute_MountFunction · 0.52
Test_Hook_OnNameFunction · 0.52
Test_Hook_OnName_ErrorFunction · 0.52
Test_Hook_OnGroupFunction · 0.52
Test_Hook_OnGroupNameFunction · 0.52
Test_Hook_OnMountFunction · 0.52