MCPcopy 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

10type 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

mainFunction · 0.65
CreateFunction · 0.65
ExitMethod · 0.65

Implementers 3

noOpReplicatoronecache/replicator.go
replicatoronecache/replicator.go
mockReplicatoronecache/replicator_test.go

Calls

no outgoing calls

Tested by

no test coverage detected