(now time.Time, duration time.Duration, token string)
| 30 | Unlock(now time.Time, tokens ...string) error |
| 31 | Confirm(now time.Time, requests LockInfo) (func(), string, error) |
| 32 | Refresh(now time.Time, duration time.Duration, token string) (LockDetails, error) |
| 33 | } |
| 34 | |
| 35 | // LockDetails are a lock's metadata. |
nothing calls this directly
no outgoing calls
no test coverage detected