mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
7 lines
68 B
Go
7 lines
68 B
Go
package utils
|
|
|
|
type DistributedLock interface {
|
|
Lock()
|
|
UnLock()
|
|
}
|