()
| 191 | func (s *FunctionStep) ID() string { return s.id } |
| 192 | func (s *FunctionStep) Name() string { return s.name } |
| 193 | func (s *FunctionStep) Type() StepType { return StepTypeFunction } |
| 194 | func (s *FunctionStep) Description() string { return s.description } |
| 195 | func (s *FunctionStep) Config() *StepConfig { return s.config } |
| 196 |