mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-09 20:10:25 +08:00
对服务增加基础的数据统计/部分代码分Package
This commit is contained in:
5
internal/db/models/regions/utils.go
Normal file
5
internal/db/models/regions/utils.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package regions
|
||||
|
||||
import "sync"
|
||||
|
||||
var SharedCacheLocker = sync.RWMutex{}
|
||||
Reference in New Issue
Block a user