MCPcopy
hub / github.com/caddyserver/caddy / Routes

Method Routes

admin.go:758–758  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

756// AdminRouter is a type which can return routes for the admin API.
757type AdminRouter interface {
758 Routes() []AdminRoute
759}
760
761// AdminRoute represents a route for the admin endpoint.

Callers 1

newAdminHandlerMethod · 0.65

Implementers 5

mockRouteradmin_test.go
adminAPImodules/caddypki/adminapi.go
adminUpstreamsmodules/caddyhttp/reverseproxy/admin.g
AdminMetricsmodules/metrics/adminmetrics.go
adminLoadcaddyconfig/load.go

Calls

no outgoing calls

Tested by

no test coverage detected