| 11 | ) |
| 12 | |
| 13 | type testClientImpl struct { |
| 14 | server string |
| 15 | hostKey []byte |
| 16 | user *TestUser |
| 17 | logger log.Logger |
| 18 | } |
| 19 | |
| 20 | func (t *testClientImpl) Connect() (TestClientConnection, error) { |
| 21 | t.logger.Debug(messageCodes.NewMessage(messageCodes.MTest, "Connecting SSH server...")) |
nothing calls this directly
no outgoing calls
no test coverage detected