From c573402bc0ebf4a414c05e3d9986f91671804268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Sima=CC=83o?= Date: Thu, 14 Oct 2021 13:29:30 -0300 Subject: [PATCH] Adicionados dados para cron --- types/lib.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 {