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

Add repo sort function

This commit is contained in:
杨赫然
2019-12-30 16:19:33 +08:00
parent 28223c17a3
commit 3230c31dff
11 changed files with 124 additions and 12 deletions

View File

@@ -74,6 +74,7 @@ func_table = [
[ "objlist", ["int", "int"] ],
[ "objlist", ["int", "string"] ],
[ "objlist", ["int", "int", "int"] ],
[ "objlist", ["int", "int", "string"] ],
[ "objlist", ["string"] ],
[ "objlist", ["string", "int"] ],
[ "objlist", ["string", "int", "int"] ],