Unlock releases an acquired lock for the given key. It returns ErrNoSuchLock if there is no lock for the given key.
(ctx context.Context)
| 59 | // Unlock releases an acquired lock for the given key. It returns ErrNoSuchLock |
| 60 | // if there is no lock for the given key. |
| 61 | Unlock(ctx context.Context) error |
| 62 | |
| 63 | // Lease sets or updates the timeout of the acquired lock for the given key. |
| 64 | // It returns ErrNoSuchLock if there is no lock for the given key. |
no outgoing calls