Adicionados dados para cron

nats
Paulo Simão 2021-10-14 13:29:30 -03:00
parent 84ddbfbe69
commit c573402bc0
1 changed files with 5 additions and 3 deletions

View File

@ -304,6 +304,8 @@ type Cron struct {
Cron string `json:"cron"`
JobCode uint `json:"job"`
Enabled *bool `json:"enabled"`
Data string `json:"data"`
Comments string `json:"comments"`
}
//type Resource struct {