(url ...string)
| 165 | } |
| 166 | |
| 167 | func (s *StepWebSocket) CloseConnection(url ...string) *StepWebSocket { |
| 168 | s.step.WebSocket.Type = wsClose |
| 169 | return s.withUrl(url...) |
| 170 | } |
| 171 | |
| 172 | func (s *StepWebSocket) WithParams(params map[string]interface{}) *StepWebSocket { |
| 173 | s.step.WebSocket.Params = params |