()
| 159 | } |
| 160 | |
| 161 | func (testSSHContext) Unlock() { |
| 162 | panic("not implemented") |
| 163 | } |
| 164 | |
| 165 | // User returns the username used when establishing the SSH connection. |
| 166 | func (testSSHContext) User() string { |
no outgoing calls
no test coverage detected