Versions in this module Expand all Collapse all v2 v2.0.7 Sep 17, 2021 v2.0.6 Sep 16, 2021 Changes in this version + type LockManager struct + func NewLockManager(manager storage.LockManager) *LockManager + func (locker *LockManager) AcquireLock(branchSession *apis.BranchSession) bool + func (locker *LockManager) IsLockable(xid string, resourceID string, lockKey string) bool + func (locker *LockManager) ReleaseGlobalSessionLock(globalTransaction *model.GlobalTransaction) bool + func (locker *LockManager) ReleaseLock(branchSession *apis.BranchSession) bool