| 820 | } |
| 821 | |
| 822 | type JobCompleteBuilder struct { |
| 823 | t testing.TB |
| 824 | db database.Store |
| 825 | jobID uuid.UUID |
| 826 | ps pubsub.Pubsub |
| 827 | } |
| 828 | |
| 829 | type JobCompleteResponse struct { |
| 830 | CompletedAt time.Time |
nothing calls this directly
no outgoing calls
no test coverage detected