MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / testClientImpl

Struct testClientImpl

internal/sshserver/testClientImpl.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected