From 005ed3ba7aa1cd4e58ef4a36daba6574c31947b3 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Mon, 21 Nov 2022 12:37:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=BA=A2=E7=82=B9=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comm/imodule.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comm/imodule.go b/comm/imodule.go index d53e21c51..8bed59e1e 100644 --- a/comm/imodule.go +++ b/comm/imodule.go @@ -6,7 +6,7 @@ import ( type ( IReddot interface { - Reddot(session IUserSession, rid ...ReddotType) map[ReddotType]bool + Reddot(session IUserSession, rid ...ReddotType) (reddot map[ReddotType]bool) } )