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