(ctx context.Context, in *proto.CompletedJob)
| 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 | |
| 104 | type QuotaCommitter interface { |
no outgoing calls