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

Add rpc get_groups_members().

This commit is contained in:
cuihaikuo
2018-07-19 14:55:56 +08:00
parent a293b4b6ea
commit 7af4426c7f
6 changed files with 89 additions and 0 deletions

View File

@@ -446,3 +446,7 @@ class CcnetThreadedRpcClient(RpcClientBase):
@searpc_func("string", ["string"])
def get_primary_id(self, email):
pass
@searpc_func("objlist", ["string"])
def get_groups_members(self, group_ids):
pass