MCPcopy Create free account
hub / github.com/cortexproject/cortex / noopIngester

Struct noopIngester

pkg/distributor/distributor_test.go:4013–4016  ·  view source on GitHub ↗

noopIngester is a mocked ingester which does nothing.

Source from the content-addressed store, hash-verified

4011
4012// noopIngester is a mocked ingester which does nothing.
4013type noopIngester struct {
4014 client.IngesterClient
4015 grpc_health_v1.HealthClient
4016}
4017
4018func (i *noopIngester) Close() error {
4019 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected