1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-11 04:09:08 +00:00

Add rpc get_shared_repo_by_path().

This commit is contained in:
cuihaikuo
2017-10-31 11:02:52 +08:00
parent e195ab4178
commit 1ed203814e
8 changed files with 121 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ func_table = [
[ "object", ["string", "int", "string"] ],
[ "object", ["int", "string", "string"] ],
[ "object", ["string", "string", "int", "int"] ],
[ "object", ["string", "string", "string", "int"] ],
[ "object", ["string", "string", "string", "string", "string", "string", "string", "int", "int"] ],
[ "object", ["string", "string", "string", "string", "string", "string", "int", "string", "int", "int"] ],
]