updated for unix build
This commit is contained in:
parent
66aca05028
commit
e20edcc9ad
37 changed files with 1001 additions and 257 deletions
|
|
@ -1,11 +0,0 @@
|
|||
package tasks
|
||||
|
||||
type SchedTask struct {
|
||||
Name string `json:"name"`
|
||||
Minute int `json:"minute"`
|
||||
Hour int `json:"hour"`
|
||||
Day int `json:"day"`
|
||||
Month int `json:"month"`
|
||||
Weekday int `json:"weekday"`
|
||||
Command string `json:"command"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue