[fix] GetUser
This commit is contained in:
parent
bddd754869
commit
43ce8cef98
@ -4,3 +4,6 @@ import "git.fsdpf.net/go/req"
|
||||
|
||||
// 资源
|
||||
type GetResource func(code string) (req.Resource, bool)
|
||||
|
||||
// 获取用户
|
||||
type GetUser func(uuid string, options ...req.UserRuntimeOption) (req.User, error)
|
||||
|
Loading…
Reference in New Issue
Block a user