Files
crawlab/core/entity/sort.go
2024-06-14 15:42:50 +08:00

7 lines
97 B
Go

package entity
type Sort struct {
Key string `json:"key"`
Direction string `json:"d"`
}