1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-01 15:36:37 +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

@@ -136,6 +136,9 @@ class SeafileAPI(object):
1 if ret_corrupted else 0,
start, limit)
def search_repos_by_name(self, name):
return seafserv_threaded_rpc.search_repos_by_name(name)
def get_orphan_repo_list(self):
return seafserv_threaded_rpc.get_orphan_repo_list()