1
0
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:
cuihaikuo
2017-07-04 14:50:05 +08:00
parent 4378cb60ab
commit 36ecb21a58
8 changed files with 136 additions and 0 deletions

View File

@@ -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