MCPcopy Create free account
hub / github.com/libgit2/git2go / NewCredUserpassPlaintext

Function NewCredUserpassPlaintext

deprecated.go:51–53  ·  view source on GitHub ↗

Deprecated: NewCredUserpassPlaintext is a deprecated alias of NewCredentialUserpassPlaintext.

(username string, password string)

Source from the content-addressed store, hash-verified

49
50// Deprecated: NewCredUserpassPlaintext is a deprecated alias of NewCredentialUserpassPlaintext.
51func NewCredUserpassPlaintext(username string, password string) (*Cred, error) {
52 return NewCredentialUserpassPlaintext(username, password)
53}
54
55// Deprecated: NewCredSshKey is a deprecated alias of NewCredentialSshKey.
56func NewCredSshKey(username string, publicKeyPath string, privateKeyPath string, passphrase string) (*Cred, error) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…