RemoteAddr returns the remote address for this connection.
()
| 184 | |
| 185 | // RemoteAddr returns the remote address for this connection. |
| 186 | func (testSSHContext) RemoteAddr() net.Addr { |
| 187 | panic("not implemented") |
| 188 | } |
| 189 | |
| 190 | // LocalAddr returns the local address for this connection. |
| 191 | func (testSSHContext) LocalAddr() net.Addr { |
no outgoing calls
no test coverage detected