mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-01 15:36:37 +00:00
Add rpc mkdir_with_parents()
This commit is contained in:
@@ -968,3 +968,8 @@ class SeafServerThreadedRpcClient(ccnet.RpcClientBase):
|
||||
@searpc_func("string", ["string"])
|
||||
def get_trash_repo_owner(repo_id):
|
||||
pass
|
||||
|
||||
@searpc_func("int", ["string", "string", "string", "string"])
|
||||
def seafile_mkdir_with_parents (repo_id, parent_dir, relative_path, username):
|
||||
pass
|
||||
mkdir_with_parents = seafile_mkdir_with_parents
|
||||
|
Reference in New Issue
Block a user