LocalAddr returns the local address for this connection.
()
| 189 | |
| 190 | // LocalAddr returns the local address for this connection. |
| 191 | func (testSSHContext) LocalAddr() net.Addr { |
| 192 | panic("not implemented") |
| 193 | } |
| 194 | |
| 195 | // Permissions returns the Permissions object used for this connection. |
| 196 | func (testSSHContext) Permissions() *gliderssh.Permissions { |
no outgoing calls
no test coverage detected