fix: implement an encryption layer around the syncapi transport

This commit is contained in:
Gareth George
2026-05-02 23:01:21 -07:00
parent b98b1dc3cc
commit 9f5c75431d
9 changed files with 836 additions and 149 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"google.golang.org/protobuf/proto"
)
const SyncProtocolVersion = 1
const SyncProtocolVersion = 2
type BackrestSyncHandler struct {
v1syncconnect.UnimplementedBackrestSyncServiceHandler