MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / testServerImpl

Struct testServerImpl

internal/sshserver/testServerImpl.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type testServerImpl struct {
13 config config2.SSHConfig
14 lifecycle service.Lifecycle
15 started chan struct{}
16}
17
18func (t *testServerImpl) GetListen() string {
19 return t.config.Listen

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected