| 1399 | } |
| 1400 | |
| 1401 | type emptyDistributor struct{} |
| 1402 | |
| 1403 | func (d *emptyDistributor) QueryStream(ctx context.Context, from, to model.Time, partialDataEnabled bool, matchers ...*labels.Matcher) (*client.QueryStreamResponse, error) { |
| 1404 | return &client.QueryStreamResponse{}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected