[feat] GetUser 返回类型

This commit is contained in:
what 2023-07-19 14:25:09 +08:00
parent a8084aee8c
commit d506eeb0b4

View File

@ -20,4 +20,4 @@ type User interface {
}
// 用户
type GetUser func(uuid, platform string) (User, bool)
type GetUser func(uuid, platform string) (User, error)