CredentialType is a bitmask of supported credential types. This represents the various types of authentication methods supported by the library.
| 25 | // This represents the various types of authentication methods supported by the |
| 26 | // library. |
| 27 | type CredentialType uint |
| 28 | |
| 29 | const ( |
| 30 | CredentialTypeUserpassPlaintext CredentialType = C.GIT_CREDENTIAL_USERPASS_PLAINTEXT |
nothing calls this directly
no outgoing calls
no test coverage detected