# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewCredentialHelpers initializes a new CredentialHelpers from the given slice of CredentialHelper instances.
No description provided by the author
No description provided by the author
No description provided by the author
Retries returns the number of retries requested for a given http.Request.
No description provided by the author
No description provided by the author
WithRetries stores the desired number of retries "n" on the given http.Request, and causes it to be retried "n" times in the case of a non-nil network related error.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
AskPassCredentialHelper implements the CredentialHelper type for GIT_ASKPASS and 'core.askpass' configuration values.
No description provided by the author
No description provided by the author
CredentialHelpers iterates through a slice of CredentialHelper objects CredentialHelpers is a []CredentialHelper that iterates through each credential helper to fill, reject, or approve credentials.
An Endpoint describes how to access a Git LFS server.
# Interfaces
No description provided by the author
CredentialHelper is an interface used by the lfsapi Client to interact with the 'git credential' command: https://git-scm.com/docs/gitcredentials Other implementations include ASKPASS support, and an in-memory cache.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author