From 19a0244d7c49f969dd60182bae1879a46e0d2e34 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 13 Jun 2022 12:00:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E9=94=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sys/cache/core.go | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/cache/core.go b/sys/cache/core.go index 79073b21d..1f4236367 100644 --- a/sys/cache/core.go +++ b/sys/cache/core.go @@ -8,7 +8,6 @@ type ( ISys interface { IUser //户模块的相关缓存接口 IPack //背包模块的线管缓存接口 - IMail //邮件相关的缓存接口 IFriend //好友相关的缓存接口 } )