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

Method TransferOut

ring/flush.go:18–18  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

16type FlushTransferer interface {
17 Flush()
18 TransferOut(ctx context.Context) error
19}
20
21// NoopFlushTransferer is a FlushTransferer which does nothing and can

Callers 1

processShutdownMethod · 0.65

Implementers 3

NoopFlushTransfererring/flush.go
nopFlushTransfererring/lifecycler_test.go
noopFlushTransfererring/lifecycler_test.go

Calls

no outgoing calls

Tested by

no test coverage detected