(ctx context.Context, runID string, status types.TaskStatus, errMsg string)
| 730 | ClaimSources(ctx context.Context, key string, runID string) error |
| 731 | |
| 732 | UpdateSourceStatus(ctx context.Context, runID string, status types.TaskStatus, errMsg string) error |
| 733 | } |
| 734 | |
| 735 | type TaskEventRepository interface { |
no outgoing calls
no test coverage detected