1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-01 23:46:53 +00:00

Add search repos by name rpc.

This commit is contained in:
ly1217
2019-11-17 21:21:28 -08:00
parent 6a428da6d6
commit 1dd89b1b7c
8 changed files with 94 additions and 0 deletions

View File

@@ -66,6 +66,11 @@ class SeafServerThreadedRpcClient(NamedPipeClient):
pass
list_owned_repos = seafile_list_owned_repos
@searpc_func("objlist", ["string"])
def seafile_search_repos_by_name(name):
pass
search_repos_by_name = seafile_search_repos_by_name
@searpc_func("int64", ["string"])
def seafile_server_repo_size(repo_id):
pass