mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-23 08:25:40 +00:00
fix: implement an encryption layer around the syncapi transport
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
||||
"google.golang.org/protobuf/proto"
|
||||
)
|
||||
|
||||
const SyncProtocolVersion = 1
|
||||
const SyncProtocolVersion = 2
|
||||
|
||||
type BackrestSyncHandler struct {
|
||||
v1syncconnect.UnimplementedBackrestSyncServiceHandler
|
||||
|
||||
Reference in New Issue
Block a user