MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Connect

Method Connect

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

Connect establishes a connection to the server.

()

Source from the content-addressed store, hash-verified

11type TestClient interface {
12 // Connect establishes a connection to the server.
13 Connect() (TestClientConnection, error)
14 // MustConnect is identical to Connect, but panics it if it cannot connect.
15 MustConnect() TestClientConnection
16}

Implementers 1

testClientImplinternal/sshserver/testClientImpl.go

Calls

no outgoing calls

Tested by 1