(url ...string)
| 155 | } |
| 156 | |
| 157 | func (s *StepWebSocket) Read(url ...string) *StepWebSocket { |
| 158 | s.step.WebSocket.Type = wsRead |
| 159 | return s.withUrl(url...) |
| 160 | } |
| 161 | |
| 162 | func (s *StepWebSocket) Write(url ...string) *StepWebSocket { |
| 163 | s.step.WebSocket.Type = wsWrite |