Deprecated: NewCredUsername is a deprecated alias of NewCredentialUsername.
(username string)
| 44 | |
| 45 | // Deprecated: NewCredUsername is a deprecated alias of NewCredentialUsername. |
| 46 | func NewCredUsername(username string) (*Cred, error) { |
| 47 | return NewCredentialUsername(username) |
| 48 | } |
| 49 | |
| 50 | // Deprecated: NewCredUserpassPlaintext is a deprecated alias of NewCredentialUserpassPlaintext. |
| 51 | func NewCredUserpassPlaintext(username string, password string) (*Cred, error) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…