mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-01 07:26:37 +00:00
Add rpc cancel_zip_task().
This commit is contained in:
@@ -280,6 +280,10 @@ class SeafServerRpcClient(ccnet.RpcClientBase):
|
||||
pass
|
||||
query_zip_progress = seafile_query_zip_progress
|
||||
|
||||
@searpc_func("int", ["string"])
|
||||
def cancel_zip_task(token):
|
||||
pass
|
||||
|
||||
###### GC ####################
|
||||
@searpc_func("int", [])
|
||||
def seafile_gc():
|
||||
|
Reference in New Issue
Block a user