Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
757
type
AdminRouter
interface
{
758
Routes() []AdminRoute
759
}
760
761
// AdminRoute represents a route for the admin endpoint.
Callers
1
newAdminHandler
Method · 0.65
Implementers
5
mockRouter
admin_test.go
adminAPI
modules/caddypki/adminapi.go
adminUpstreams
modules/caddyhttp/reverseproxy/admin.g
AdminMetrics
modules/metrics/adminmetrics.go
adminLoad
caddyconfig/load.go
Calls
no outgoing calls
Tested by
no test coverage detected