(target string, opts *http.PushOptions)
| 292 | } |
| 293 | |
| 294 | func (m *mockPusherResponseWriter) Push(target string, opts *http.PushOptions) error { |
| 295 | return nil |
| 296 | } |
| 297 | |
| 298 | // nonPusherResponseWriter is an http.ResponseWriter that does not implement http.Pusher. |
| 299 | type nonPusherResponseWriter struct { |