1
This commit is contained in:
parent
5fb2182881
commit
bfea83266a
6
server/marketserver/cache/cachemgr.go
vendored
6
server/marketserver/cache/cachemgr.go
vendored
@ -1,7 +1,11 @@
|
|||||||
package cache
|
package cache
|
||||||
|
|
||||||
type cacheMgr struct {
|
import (
|
||||||
|
"sync"
|
||||||
|
)
|
||||||
|
|
||||||
|
type cacheMgr struct {
|
||||||
|
nftHash sync.Map
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *cacheMgr) Init() {
|
func (this *cacheMgr) Init() {
|
||||||
|
5
server/marketserver/cache/nft.go
vendored
Normal file
5
server/marketserver/cache/nft.go
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package cache
|
||||||
|
|
||||||
|
type nft struct {
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user