MCPcopy
hub / github.com/grafana/tempo / Next

Method Next

modules/backendworker/backendworker_test.go:122–124  ·  view source on GitHub ↗
(ctx context.Context, req *tempopb.NextJobRequest, _ ...grpc.CallOption)

Source from the content-addressed store, hash-verified

120}
121
122func (i *mockScheduler) Next(ctx context.Context, req *tempopb.NextJobRequest, _ ...grpc.CallOption) (*tempopb.NextJobResponse, error) {
123 return i.next(ctx, req)
124}
125
126func (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

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected