last demo import - cleaned
This commit is contained in:
8
models/workflow/workflow.go
Normal file
8
models/workflow/workflow.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
// Coordinates represents WGS84 geographical coordiantes
|
||||
type Workflow struct {
|
||||
Name string `json:"name"`
|
||||
PlannedSchedule ExecutionSchedule `json:"plannedschedule`
|
||||
Steps []WorkflowStep `json:"steps"`
|
||||
}
|
||||
Reference in New Issue
Block a user