Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dadgar/onecache
/ Stop
Method
Stop
onecache/replicator.go:12–12 ·
view source on GitHub ↗
Stop stops replication.
()
Source
from the content-addressed store, hash-verified
10
type
dataReplicator
interface
{
11
// Stop stops replication.
12
Stop()
13
14
// NodesRemoved should be called when a node is removed from the ring to stop
15
// replication.
Callers
3
main
Function · 0.65
Create
Function · 0.65
Exit
Method · 0.65
Implementers
3
noOpReplicator
onecache/replicator.go
replicator
onecache/replicator.go
mockReplicator
onecache/replicator_test.go
Calls
no outgoing calls
Tested by
no test coverage detected