MCPcopy Create free account
hub / github.com/devfeel/dotweb / Use

Method Use

group.go:9–9  ·  view source on GitHub ↗

Use registers middleware(s) to the group.

(m ...Middleware)

Source from the content-addressed store, hash-verified

7type Group interface {
8 // Use registers middleware(s) to the group.
9 Use(m ...Middleware) Group
10 // Group creates a new sub-group with prefix and optional sub-group-level middleware.
11 Group(prefix string, m ...Middleware) Group
12 // DELETE registers a new DELETE route with the given path and handler.

Callers 5

GroupMethod · 0.65
mainFunction · 0.65
InitRouteFunction · 0.65

Implementers 1

xGroupgroup.go

Calls

no outgoing calls

Tested by

no test coverage detected