StepRequestValidation implements IStep interface.
| 929 | |
| 930 | // StepRequestValidation implements IStep interface. |
| 931 | type StepRequestValidation struct { |
| 932 | step *TStep |
| 933 | } |
| 934 | |
| 935 | func (s *StepRequestValidation) Name() string { |
| 936 | if s.step.Name != "" { |
nothing calls this directly
no outgoing calls
no test coverage detected