WriteLog mocks base method.
(ctx context.Context, status int)
| 73 | |
| 74 | // WriteLog mocks base method. |
| 75 | func (m *MockRequestLogger) WriteLog(ctx context.Context, status int) { |
| 76 | m.ctrl.T.Helper() |
| 77 | m.ctrl.Call(m, "WriteLog", ctx, status) |
| 78 | } |
| 79 | |
| 80 | // WriteLog indicates an expected call of WriteLog. |
| 81 | func (mr *MockRequestLoggerMockRecorder) WriteLog(ctx, status any) *gomock.Call { |