Versions in this module Expand all Collapse all v0 v0.5.0 Jul 17, 2025 v0.4.0 Jan 7, 2025 Changes in this version + func NewLocker(l Locker) *locker + type Locker interface + Lock func(id *token.ID, txID string, reclaim bool) (string, error) + UnlockByTxID func(txID string) + type Vault interface + Status func(id string) (int, error)