noOpReplicator is to be used when the node is running singularly and is not part of a cluster.
| 34 | |
| 35 | // noOpReplicator is to be used when the node is running singularly and is not part of a cluster. |
| 36 | type noOpReplicator struct{} |
| 37 | |
| 38 | func (nop *noOpReplicator) Stop() {} |
| 39 | func (nop *noOpReplicator) IsReplicating(key string) bool { return false } |
nothing calls this directly
no outgoing calls
no test coverage detected