1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-10 19:59:18 +00:00

Add rpc get_group_shared_repo_by_path().

This commit is contained in:
cuihaikuo
2017-10-30 17:44:33 +08:00
parent fa1e439633
commit e195ab4178
10 changed files with 134 additions and 7 deletions

View File

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