Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
type
FlushTransferer
interface
{
17
Flush()
18
TransferOut(ctx context.Context) error
19
}
20
21
// NoopFlushTransferer is a FlushTransferer which does nothing and can
Callers
1
processShutdown
Method · 0.65
Implementers
3
NoopFlushTransferer
ring/flush.go
nopFlushTransferer
ring/lifecycler_test.go
noopFlushTransferer
ring/lifecycler_test.go
Calls
no outgoing calls
Tested by
no test coverage detected