Error code standardization
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user