mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-28 17:46:46 +08:00
v1.4.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cloud .
|
||||
|
||||
package shared
|
||||
|
||||
@@ -14,7 +14,7 @@ var dataMapPrefix = []byte("GOEDGE_DATA_MAP:")
|
||||
// DataMap 二进制数据共享Map
|
||||
// 用来减少相同数据占用的空间和内存
|
||||
type DataMap struct {
|
||||
Map map[string][]byte
|
||||
Map map[string][]byte
|
||||
locker sync.Mutex
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user