This commit is contained in:
wangchuxiao
2023-02-28 15:20:57 +08:00
parent 0547f25ecb
commit 4ac9943565
3 changed files with 20 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
package utils
type DistributedLock interface {
Lock()
UnLock()
}