()
| 199 | } |
| 200 | |
| 201 | func (stream *sshSmartSubtransportStream) Free() { |
| 202 | } |
| 203 | |
| 204 | func getSSHConfigFromCredential(cred *Credential) (*ssh.ClientConfig, error) { |
| 205 | switch cred.Type() { |
nothing calls this directly
no outgoing calls
no test coverage detected