移除背包缓存项
This commit is contained in:
parent
e4345b394d
commit
83b33c1d85
1
sys/cache/core.go
vendored
1
sys/cache/core.go
vendored
@ -7,7 +7,6 @@ redis 缓存数据管理系统
|
|||||||
type (
|
type (
|
||||||
ISys interface {
|
ISys interface {
|
||||||
IUser //户模块的相关缓存接口
|
IUser //户模块的相关缓存接口
|
||||||
IPack //背包模块的线管缓存接口
|
|
||||||
IFriend //好友相关的缓存接口
|
IFriend //好友相关的缓存接口
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user