MCPcopy
hub / github.com/cloudfoundry/cli / secureDialer

Struct secureDialer

cf/ssh/ssh.go:453–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453type secureDialer struct{}
454
455func (d *secureDialer) Dial(network string, address string, config *ssh.ClientConfig) (SecureClient, error) {
456 client, err := ssh.Dial(network, address, config)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected