Adicionados dados para cron
parent
84ddbfbe69
commit
c573402bc0
|
@ -301,9 +301,11 @@ type Options struct {
|
||||||
|
|
||||||
type Cron struct {
|
type Cron struct {
|
||||||
Model
|
Model
|
||||||
Cron string `json:"cron"`
|
Cron string `json:"cron"`
|
||||||
JobCode uint `json:"job"`
|
JobCode uint `json:"job"`
|
||||||
Enabled *bool `json:"enabled"`
|
Enabled *bool `json:"enabled"`
|
||||||
|
Data string `json:"data"`
|
||||||
|
Comments string `json:"comments"`
|
||||||
}
|
}
|
||||||
|
|
||||||
//type Resource struct {
|
//type Resource struct {
|
||||||
|
|
Loading…
Reference in New Issue