xdd-plus/models/task.go
2021-08-16 17:35:27 +08:00

15 lines
169 B
Go

package models
type Task struct {
Cron string
Path string
Enable bool
Mode string //obo alo
Word string
}
type Env struct {
Name string
Value string
}