package
0.4.2
Repository: https://github.com/arangodb-helper/go-helper.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewLock creates a new lock on the given key.

# Variables

AlreadyLockedError indicates that the lock is already locked.
NotLockedError indicates that the lock is not locked when trying to unlock.

# Structs

No description provided by the author

# Interfaces

Lock is an agency backed exclusive lock.
Logger abstracts a logger.