adding workspace to catalog
This commit is contained in:
@@ -6,8 +6,8 @@ type WorkflowSchedule struct {
|
||||
Id string `json:"id" bson:"id"`
|
||||
Name string `json:"name" bson:"name"`
|
||||
Start time.Time `json:"start" bson:"start"`
|
||||
End time.Time `json:"end" bson:"end"`
|
||||
Cron string `json:"cron" bson:"cron"`
|
||||
End time.Time `json:"end,omitempty" bson:"end,omitempty"`
|
||||
Cron string `json:"cron,omitempty" bson:"cron,omitempty"`
|
||||
}
|
||||
|
||||
func (ws *WorkflowSchedule) GetAllDates() (timetable []time.Time) {
|
||||
|
Reference in New Issue
Block a user