This commit is contained in:
withchao
2023-01-16 15:53:40 +08:00
parent 033d1e0919
commit 62a67905af
4 changed files with 177 additions and 386 deletions
+4
View File
@@ -8,3 +8,7 @@ import (
func GetUserInfo(ctx context.Context, userID string) (interface{}, error) {
return nil, errors.New("TODO:GetUserInfo")
}
func GetUserInfoBatch(ctx context.Context, userIDs []string) (interface{}, error) {
return nil, errors.New("TODO:GetUserInfo")
}