MCPcopy Create free account
hub / github.com/appleboy/loadbalancer-algorithms / IsAvailable

Method IsAvailable

proxy/proxy.go:60–62  ·  view source on GitHub ↗

IsAvailable returns whether the proxy origin was successfully connected at the last check time.

()

Source from the content-addressed store, hash-verified

58
59// IsAvailable returns whether the proxy origin was successfully connected at the last check time.
60func (p *Proxy) IsAvailable() bool {
61 return p.health.IsAvailable()
62}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected