StepRequestExtraction implements IStep interface.
| 883 | |
| 884 | // StepRequestExtraction implements IStep interface. |
| 885 | type StepRequestExtraction struct { |
| 886 | step *TStep |
| 887 | } |
| 888 | |
| 889 | // WithJmesPath sets the JMESPath expression to extract from the response. |
| 890 | func (s *StepRequestExtraction) WithJmesPath(jmesPath string, varName string) *StepRequestExtraction { |
nothing calls this directly
no outgoing calls
no test coverage detected