mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-05 01:25:58 +08:00
conf
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package utils
|
||||
|
||||
type DistributedLock interface {
|
||||
Lock()
|
||||
UnLock()
|
||||
}
|
||||
Reference in New Issue
Block a user