Method
DeleteMatchingRule
(ctx context.Context, id string)
Source from the content-addressed store, hash-verified
| 544 | } |
| 545 | |
| 546 | func (m *MockDataSource) DeleteMatchingRule(ctx context.Context, id string) error { |
| 547 | args := m.Called(ctx, id) |
| 548 | return args.Error(0) |
| 549 | } |
| 550 | |
| 551 | func (m *MockDataSource) SaveReconciliationProgress(ctx context.Context, reconciliationID string, progress model.ReconciliationProgress) error { |
| 552 | args := m.Called(ctx, reconciliationID, progress) |
Callers
nothing calls this directly
Tested by
no test coverage detected