Error code standardization

This commit is contained in:
skiffer-git
2023-01-31 09:59:15 +08:00
parent 82c1b2352c
commit 6bce40535e
4 changed files with 128 additions and 122 deletions
-4
View File
@@ -12,7 +12,3 @@ func GetPublicUserInfoBatch(ctx context.Context, userIDs []string) ([]*server_ap
}
return nil, errors.New("TODO:GetUserInfo")
}
func GetUsersInfo(ctx context.Context, args ...interface{}) ([]*server_api_params.UserInfo, error) {
return nil, errors.New("TODO:GetUserInfo")
}