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

Struct adminUpstreams

modules/caddyhttp/reverseproxy/admin.go:33–33  ·  view source on GitHub ↗

adminUpstreams is a module that provides the reverse_proxy/upstreams endpoint for the Caddy admin API. This allows for checking the health of configured reverse proxy upstreams in the pool.

Source from the content-addressed store, hash-verified

31// API. This allows for checking the health of configured
32// reverse proxy upstreams in the pool.
33type adminUpstreams struct{}
34
35// upstreamStatus holds the status of a particular upstream
36type upstreamStatus struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected