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