| 194 | } |
| 195 | |
| 196 | type workflowPlanner struct { |
| 197 | workflows []*Workflow |
| 198 | } |
| 199 | |
| 200 | // PlanEvent builds a new list of runs to execute in parallel for an event name |
| 201 | func (wp *workflowPlanner) PlanEvent(eventName string) (*Plan, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected