mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
feat: added modules
This commit is contained in:
6
core/entity/sort.go
Normal file
6
core/entity/sort.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package entity
|
||||
|
||||
type Sort struct {
|
||||
Key string `json:"key"`
|
||||
Direction string `json:"d"`
|
||||
}
|
||||
Reference in New Issue
Block a user