MCPcopy Create free account
hub / github.com/frain-dev/convoy / ExportRecords

Method ExportRecords

mocks/repository.go:130–133  ·  view source on GitHub ↗

ExportRecords indicates an expected call of ExportRecords.

(ctx, start, end, w any)

Source from the content-addressed store, hash-verified

128
129// ExportRecords indicates an expected call of ExportRecords.
130func (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.
136func (m *MockEventDeliveryRepository) FindDiscardedEventDeliveries(ctx context.Context, projectID, deviceId string, params datastore.SearchParams) ([]datastore.EventDelivery, error) {

Callers

nothing calls this directly

Calls 1

HelperMethod · 0.80

Tested by

no test coverage detected