mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-08-31 23:19:36 +00:00
Add rpc for getting file count info
This commit is contained in:
@@ -960,3 +960,7 @@ class SeafServerThreadedRpcClient(ccnet.RpcClientBase):
|
||||
@searpc_func("int64", [])
|
||||
def get_total_storage():
|
||||
pass
|
||||
|
||||
@searpc_func("object", ["string", "string"])
|
||||
def get_file_count_info_by_path(repo_id, path):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user