(ctx context.Context)
| 33 | |
| 34 | type KVLocker interface { |
| 35 | Unlock(ctx context.Context) error |
| 36 | // Comparator returns an object that should be used by the KVStore to make |
| 37 | // sure if the lock is still valid for its client or nil if no such |
| 38 | // verification exists. |
no outgoing calls