wangchuxiao 4ac9943565 conf
2023-02-28 15:20:57 +08:00

7 lines
68 B
Go

package utils
type DistributedLock interface {
Lock()
UnLock()
}