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

Struct NoopFlushTransferer

pkg/ring/flush.go:13–13  ·  view source on GitHub ↗

NoopFlushTransferer is a FlushTransferer which does nothing and can be used in cases we don't need one

Source from the content-addressed store, hash-verified

11// NoopFlushTransferer is a FlushTransferer which does nothing and can
12// be used in cases we don't need one
13type NoopFlushTransferer struct{}
14
15// NewNoopFlushTransferer makes a new NoopFlushTransferer
16func NewNoopFlushTransferer() *NoopFlushTransferer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected