feat: filebrowser with encfs
This commit is contained in:
7
files/sorting.go
Normal file
7
files/sorting.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package files
|
||||
|
||||
// Sorting contains a sorting order.
|
||||
type Sorting struct {
|
||||
By string `json:"by"`
|
||||
Asc bool `json:"asc"`
|
||||
}
|
||||
Reference in New Issue
Block a user