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.
| 31 | // API. This allows for checking the health of configured |
| 32 | // reverse proxy upstreams in the pool. |
| 33 | type adminUpstreams struct{} |
| 34 | |
| 35 | // upstreamStatus holds the status of a particular upstream |
| 36 | type upstreamStatus struct { |
nothing calls this directly
no outgoing calls
no test coverage detected