mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-09-01 21:07:18 +00:00
Add rpc for searching group by name
This commit is contained in:
@@ -327,6 +327,10 @@ class CcnetThreadedRpcClient(RpcClientBase):
|
||||
def set_group_creator(self, group_id, user_name):
|
||||
pass
|
||||
|
||||
@searpc_func("objlist", ["string", "int", "int"])
|
||||
def search_groups(self, group_patt, start, limit):
|
||||
pass
|
||||
|
||||
@searpc_func("int", ["string", "string", "string"])
|
||||
def create_org(self, org_name, url_prefix, creator):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user