package
20.10.0-rc1+incompatible
Repository: https://github.com/agilebits/moby.git
Documentation: pkg.go.dev
# Variables
ErrNoSuchLock is returned when the requested lock does not exist Deprecated: use github.com/moby/locker.ErrNoSuchLock.
New creates a new Locker Deprecated: use github.com/moby/locker.New.
# Type aliases
Locker provides a locking mechanism based on the passed in reference name Deprecated: use github.com/moby/locker.Locker.