()
| 397 | |
| 398 | func (s *LoopStep) ID() string { return s.id } |
| 399 | func (s *LoopStep) Name() string { return s.name } |
| 400 | func (s *LoopStep) Type() StepType { return StepTypeLoop } |
| 401 | func (s *LoopStep) Description() string { return s.description } |
| 402 | func (s *LoopStep) Config() *StepConfig { return s.config } |