Deprecated: NewCredSshKeyFromAgent is a deprecated alias of NewCredentialSSHFromAgent.
(username string)
| 64 | |
| 65 | // Deprecated: NewCredSshKeyFromAgent is a deprecated alias of NewCredentialSSHFromAgent. |
| 66 | func NewCredSshKeyFromAgent(username string) (*Cred, error) { |
| 67 | return NewCredentialSSHKeyFromAgent(username) |
| 68 | } |
| 69 | |
| 70 | // Deprecated: NewCredDefault is a deprecated alias fof NewCredentialDefault. |
| 71 | func NewCredDefault() (*Cred, error) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…