MCPcopy
hub / github.com/nektos/act / WorkflowPlanner

Interface WorkflowPlanner

pkg/model/planner.go:17–22  ·  view source on GitHub ↗

WorkflowPlanner contains methods for creating plans

Source from the content-addressed store, hash-verified

15
16// WorkflowPlanner contains methods for creating plans
17type WorkflowPlanner interface {
18 PlanEvent(eventName string) (*Plan, error)
19 PlanJob(jobName string) (*Plan, error)
20 PlanAll() (*Plan, error)
21 GetEvents() []string
22}
23
24// Plan contains a list of stages to run in series
25type Plan struct {

Callers 14

TestGraphMissingEventFunction · 0.95
TestGraphMissingFirstFunction · 0.95
TestGraphWithMissingFunction · 0.95
TestGraphEventFunction · 0.95
runTestMethod · 0.95
runTestJobFileFunction · 0.95
newRunCommandFunction · 0.95
TestGraphWithSomeMissingFunction · 0.95

Implementers 1

workflowPlannerpkg/model/planner.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…