(ctx context.Context, in *proto.UpdateJobRequest)
| 97 | |
| 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 | } |
no outgoing calls