1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-05 23:00:21 +00:00

Add rpc get_org_groups_by_user().

This commit is contained in:
“cuihaikuo”
2017-12-29 11:44:49 +08:00
parent 078d115530
commit 5e0a7395ac
7 changed files with 69 additions and 0 deletions

View File

@@ -391,6 +391,10 @@ class CcnetThreadedRpcClient(RpcClientBase):
def get_org_groups(self, org_id, start, limit):
pass
@searpc_func("objlist", ["string", "int"])
def get_org_groups_by_user (self, user, org_id):
pass
@searpc_func("int", ["int", "string"])
def org_user_exists(self, org_id, email):
pass