mirror of
https://github.com/haiwen/ccnet-server.git
synced 2025-09-01 12:56:27 +00:00
Support changing of primary_id.
This commit is contained in:
@@ -411,4 +411,10 @@ class CcnetThreadedRpcClient(RpcClientBase):
|
||||
def set_org_name(self, org_id, org_name):
|
||||
pass
|
||||
|
||||
|
||||
@searpc_func("int", ["string", "string"])
|
||||
def set_reference_id(self, primary_id, reference_id):
|
||||
pass
|
||||
|
||||
@searpc_func("string", ["string"])
|
||||
def get_primary_id(self, email):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user