MCPcopy Create free account
hub / github.com/coder/coder / sshApplication

Struct sshApplication

codersdk/workspacesdk/tunneler/integration_test.go:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69type sshApplication struct {
70 t *testing.T
71 ctx context.Context
72 client *ssh.Client
73 done chan struct{}
74 result string
75}
76
77func (s *sshApplication) Close() error {
78 return s.client.Close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected