MCPcopy
hub / github.com/grafana/dskit / NoopFlushTransferer

Struct NoopFlushTransferer

ring/flush.go:23–23  ·  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

21// NoopFlushTransferer is a FlushTransferer which does nothing and can
22// be used in cases we don't need one
23type NoopFlushTransferer struct{}
24
25// NewNoopFlushTransferer makes a new NoopFlushTransferer
26func NewNoopFlushTransferer() *NoopFlushTransferer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected