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

Method registerGroup

domain.go:336–338  ·  view source on GitHub ↗

registerGroup returns the group to associate with routes, if any.

()

Source from the content-addressed store, hash-verified

334
335// registerGroup returns the group to associate with routes, if any.
336func (d *domainRouter) registerGroup() *Group {
337 return d.group
338}
339
340// Use registers a middleware route that will match requests
341// with the provided prefix (which is optional and defaults to "/").

Callers 5

UseMethod · 0.95
AddMethod · 0.95
GroupMethod · 0.95
AllMethod · 0.80
AddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected