diff --git a/types/lib.go b/types/lib.go index 3e8dee3..6af5596 100644 --- a/types/lib.go +++ b/types/lib.go @@ -301,9 +301,11 @@ type Options struct { type Cron struct { Model - Cron string `json:"cron"` - JobCode uint `json:"job"` - Enabled *bool `json:"enabled"` + Cron string `json:"cron"` + JobCode uint `json:"job"` + Enabled *bool `json:"enabled"` + Data string `json:"data"` + Comments string `json:"comments"` } //type Resource struct {