(params map[string]interface{})
| 170 | } |
| 171 | |
| 172 | func (s *StepWebSocket) WithParams(params map[string]interface{}) *StepWebSocket { |
| 173 | s.step.WebSocket.Params = params |
| 174 | return s |
| 175 | } |
| 176 | |
| 177 | func (s *StepWebSocket) WithHeaders(headers map[string]string) *StepWebSocket { |
| 178 | s.step.WebSocket.Headers = headers |
no outgoing calls