chore(stdiscosrv): remove legacy replication

This commit is contained in:
Jakob Borg
2024-09-13 08:49:13 +02:00
parent 6505e123bb
commit 1616edcee3
4 changed files with 19 additions and 417 deletions
+4
View File
@@ -51,6 +51,10 @@ type apiSrv struct {
notSeenTracker *retryAfterTracker
}
type replicator interface {
send(key *protocol.DeviceID, addrs []DatabaseAddress, seen int64)
}
type requestID int64
func (i requestID) String() string {