Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceLockManager ¶
type ResourceLockManager interface { // GetResourceLock should base on storage.KvStorage GetResourceLock() resourcelock.Interface }
ResourceLockManager is the manager provide resource lock based on common storage
func NewResourceLockManager ¶
func NewResourceLockManager(config Config, store storage.KvStorage) ResourceLockManager
NewResourceLockManager build a manager for resource lock
Click to show internal directories.
Click to hide internal directories.