func(url string, username_from_url string, allowed_types CredentialType) (*Credential, error)
| 72 | type TransportMessageCallback func(str string) error |
| 73 | type CompletionCallback func(RemoteCompletion) error |
| 74 | type CredentialsCallback func(url string, username_from_url string, allowed_types CredentialType) (*Credential, error) |
| 75 | type TransferProgressCallback func(stats TransferProgress) error |
| 76 | type UpdateTipsCallback func(refname string, a *Oid, b *Oid) error |
| 77 | type CertificateCheckCallback func(cert *Certificate, valid bool, hostname string) error |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…