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

Struct domainRegistering

domain.go:631–634  ·  view source on GitHub ↗

domainRegistering provides route registration helpers for a specific path on a domain router, implementing the [Register] interface.

Source from the content-addressed store, hash-verified

629// domainRegistering provides route registration helpers for a specific path
630// on a domain router, implementing the [Register] interface.
631type domainRegistering struct {
632 domain *domainRouter
633 path string
634}
635
636// Verify domainRegistering implements Register at compile time.
637var _ Register = (*domainRegistering)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected