// NewControlPlane returns a new control-plane phase. func NewControlPlane() workflow.Phase { … } func runControlPlane() func(c workflow.RunData) error { … }
// NewControlPlane returns a new control-plane phase. func NewControlPlane() workflow.Phase { … } func runControlPlane() func(c workflow.RunData) error { … }