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

Method Name

pkg/workflow/step.go:628–628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

626
627func (s *RouterStep) ID() string { return s.id }
628func (s *RouterStep) Name() string { return s.name }
629func (s *RouterStep) Type() StepType { return StepTypeRouter }
630func (s *RouterStep) Description() string { return s.description }
631func (s *RouterStep) Config() *StepConfig { return s.config }

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected