| 159 | } |
| 160 | |
| 161 | type HTTPProxy struct { |
| 162 | PeerAddr string |
| 163 | ProxyAddr string |
| 164 | } |
| 165 | |
| 166 | func NewHTTPProxy(peerAddr, proxyAddr string) *HTTPProxy { |
| 167 | proxy := new(HTTPProxy) |
nothing calls this directly
no outgoing calls
no test coverage detected