Deprecated: NewCredUserpassPlaintext is a deprecated alias of NewCredentialUserpassPlaintext.
(username string, password string)
| 49 | |
| 50 | // Deprecated: NewCredUserpassPlaintext is a deprecated alias of NewCredentialUserpassPlaintext. |
| 51 | func NewCredUserpassPlaintext(username string, password string) (*Cred, error) { |
| 52 | return NewCredentialUserpassPlaintext(username, password) |
| 53 | } |
| 54 | |
| 55 | // Deprecated: NewCredSshKey is a deprecated alias of NewCredentialSshKey. |
| 56 | func NewCredSshKey(username string, publicKeyPath string, privateKeyPath string, passphrase string) (*Cred, error) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…