(ctx context.Context, in *proto.FailedJob)
| 98 | type JobUpdater interface { |
| 99 | UpdateJob(ctx context.Context, in *proto.UpdateJobRequest) (*proto.UpdateJobResponse, error) |
| 100 | FailJob(ctx context.Context, in *proto.FailedJob) error |
| 101 | CompleteJob(ctx context.Context, in *proto.CompletedJob) error |
| 102 | } |
| 103 |
no outgoing calls