package
2.5.2+incompatible
Repository: https://github.com/mbsulliv/git-lfs.git
Documentation: pkg.go.dev

# 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

# Type aliases

No description provided by the author
Creds represents a set of key/value pairs that are passed to 'git credential' as input.