| 17 | } |
| 18 | |
| 19 | type InetAfTCPProxyServer struct { |
| 20 | Proxy *tcpproxy.Proxy |
| 21 | children []*childProxy |
| 22 | } |
| 23 | |
| 24 | // Close - implements Server - is this even called? |
| 25 | func (tps *InetAfTCPProxyServer) Close() error { |
nothing calls this directly
no outgoing calls
no test coverage detected