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

Method Use

router.go:20–20  ·  router.go::Router.Use
(args ...any)

Source from the content-addressed store, hash-verified

18// Router defines all router handle interface, including app and group router.
19type Router interface {
20 Use(args ...any) Router
21
22 Get(path string, handler any, handlers ...any) Router
23 Head(path string, handler any, handlers ...any) Router

Implementers 3

Appapp.go
Groupgroup.go
domainRouterdomain.go

Calls

no outgoing calls