MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / SSHShellClient

Struct SSHShellClient

pkg/genconn/ssh-impl.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15var _ ShellClient = (*SSHShellClient)(nil)
16
17type SSHShellClient struct {
18 client *ssh.Client
19}
20
21func MakeSSHShellClient(client *ssh.Client) *SSHShellClient {
22 return &SSHShellClient{client: client}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected