MCPcopy Create free account
hub / github.com/astercloud/aster / StepsGroup

Struct StepsGroup

pkg/workflow/step.go:711–717  ·  view source on GitHub ↗

===== StepsGroup =====

Source from the content-addressed store, hash-verified

709// ===== StepsGroup =====
710
711type StepsGroup struct {
712 id string
713 name string
714 description string
715 steps []Step
716 config *StepConfig
717}
718
719func NewStepsGroup(name string, steps ...Step) *StepsGroup {
720 return &StepsGroup{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected