last demo import - cleaned
This commit is contained in:
11
models/workflow/executionschedule.go
Normal file
11
models/workflow/executionschedule.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package models
|
||||
|
||||
import "time"
|
||||
|
||||
// ExecutionSchedule an execution unit or a set of steps
|
||||
type ExecutionSchedule struct {
|
||||
Name string `json:"name"`
|
||||
Start time.Time `json:"start"`
|
||||
Stop time.Time `json:"stop"`
|
||||
Reccurence string `json:"reccurence"`
|
||||
}
|
||||
Reference in New Issue
Block a user