GetName returns the name of the proxy.
()
| 53 | |
| 54 | // GetName returns the name of the proxy. |
| 55 | func (p *Proxy) GetName() string { |
| 56 | return p.name |
| 57 | } |
| 58 | |
| 59 | // IsAvailable returns whether the proxy origin was successfully connected at the last check time. |
| 60 | func (p *Proxy) IsAvailable() bool { |
no outgoing calls