diff --git a/sys/cache/core.go b/sys/cache/core.go index 1f4236367..4912a06de 100644 --- a/sys/cache/core.go +++ b/sys/cache/core.go @@ -7,7 +7,6 @@ redis 缓存数据管理系统 type ( ISys interface { IUser //户模块的相关缓存接口 - IPack //背包模块的线管缓存接口 IFriend //好友相关的缓存接口 } )