IsAvailable returns whether the proxy origin was successfully connected at the last check time.
()
| 58 | |
| 59 | // IsAvailable returns whether the proxy origin was successfully connected at the last check time. |
| 60 | func (p *Proxy) IsAvailable() bool { |
| 61 | return p.health.IsAvailable() |
| 62 | } |
nothing calls this directly
no outgoing calls
no test coverage detected