Mock of ResponseWriter interface
| 14 | |
| 15 | // Mock of ResponseWriter interface |
| 16 | type MockResponseWriter struct { |
| 17 | ctrl *gomock.Controller |
| 18 | recorder *_MockResponseWriterRecorder |
| 19 | } |
| 20 | |
| 21 | // Recorder for MockResponseWriter (not exported) |
| 22 | type _MockResponseWriterRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected