From d506eeb0b432d4f0d4e7d50d5418919ed2f2c03d Mon Sep 17 00:00:00 2001 From: what Date: Wed, 19 Jul 2023 14:25:09 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20GetUser=20=E8=BF=94=E5=9B=9E=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.go b/user.go index 7d26f60..ff31576 100644 --- a/user.go +++ b/user.go @@ -20,4 +20,4 @@ type User interface { } // 用户 -type GetUser func(uuid, platform string) (User, bool) +type GetUser func(uuid, platform string) (User, error)