# Functions
Lock will forge a lock for the resource and try to acquire the lock.
NewLocalLocksmith returns an initialised LocalLocksmith.
# Variables
DefaultLocksmith is a global instance of Locksmith.
# Structs
LocalLocksmith implements process-scoped locking.
RedisLocksmith is a Locksmith backed by Redis.