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

FuncType CredentialsCallback

remote.go:74–74  ·  view source on GitHub ↗
func(url string, username_from_url string, allowed_types CredentialType) (*Credential, error)

Source from the content-addressed store, hash-verified

72type TransportMessageCallback func(str string) error
73type CompletionCallback func(RemoteCompletion) error
74type CredentialsCallback func(url string, username_from_url string, allowed_types CredentialType) (*Credential, error)
75type TransferProgressCallback func(stats TransferProgress) error
76type UpdateTipsCallback func(refname string, a *Oid, b *Oid) error
77type CertificateCheckCallback func(cert *Certificate, valid bool, hostname string) error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…