ExportRecords indicates an expected call of ExportRecords.
(ctx, start, end, w any)
| 128 | |
| 129 | // ExportRecords indicates an expected call of ExportRecords. |
| 130 | func (mr *MockEventDeliveryRepositoryMockRecorder) ExportRecords(ctx, start, end, w any) *gomock.Call { |
| 131 | mr.mock.ctrl.T.Helper() |
| 132 | return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ExportRecords", reflect.TypeOf((*MockEventDeliveryRepository)(nil).ExportRecords), ctx, start, end, w) |
| 133 | } |
| 134 | |
| 135 | // FindDiscardedEventDeliveries mocks base method. |
| 136 | func (m *MockEventDeliveryRepository) FindDiscardedEventDeliveries(ctx context.Context, projectID, deviceId string, params datastore.SearchParams) ([]datastore.EventDelivery, error) { |