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

# Functions

NewClient creates a new locking client with the given configuration You must call the returned object's `Close` method when you are finished with it.
No description provided by the author
No description provided by the author

# Variables

ErrLockAmbiguous is an error returned when multiple matching locks were found.
ErrNoMatchingLocks is an error returned when no matching locks were able to be resolved.

# Structs

Client is the main interface object for the locking package.
Lock is a record of a locked file.
No description provided by the author
User represents the owner of a lock.

# Interfaces

No description provided by the author