all
This commit is contained in:
12
Downloads/Voltaserve/api/service/constants.go
Normal file
12
Downloads/Voltaserve/api/service/constants.go
Normal file
@ -0,0 +1,12 @@
|
||||
package service
|
||||
|
||||
const SortByEmail = "email"
|
||||
const SortByFullName = "full_name"
|
||||
const SortByName = "name"
|
||||
const SortByKind = "kind"
|
||||
const SortBySize = "size"
|
||||
const SortByDateCreated = "date_created"
|
||||
const SortByDateModified = "date_modified"
|
||||
|
||||
const SortOrderAsc = "asc"
|
||||
const SortOrderDesc = "desc"
|
Reference in New Issue
Block a user