Method
Next
(ctx context.Context, req *tempopb.NextJobRequest, _ ...grpc.CallOption)
Source from the content-addressed store, hash-verified
| 120 | } |
| 121 | |
| 122 | func (i *mockScheduler) Next(ctx context.Context, req *tempopb.NextJobRequest, _ ...grpc.CallOption) (*tempopb.NextJobResponse, error) { |
| 123 | return i.next(ctx, req) |
| 124 | } |
| 125 | |
| 126 | func (i *mockScheduler) UpdateJob(ctx context.Context, req *tempopb.UpdateJobStatusRequest, _ ...grpc.CallOption) (*tempopb.UpdateJobStatusResponse, error) { |
| 127 | return i.updateJob(ctx, req) |
Callers
nothing calls this directly
Tested by
no test coverage detected