Documentation ¶
Index ¶
Constants ¶
View Source
const CName = "node.nodesync.coldsync"
Variables ¶
View Source
var ( ErrSpaceExistsLocally = errors.New("space exists locally") ErrRemoteSpaceLocked = errors.New("remote space locked") )
Functions ¶
This section is empty.
Types ¶
type ColdSync ¶
type ColdSync interface { Sync(ctx context.Context, spaceId string, peerId string) (err error) ColdSyncHandle(req *nodesyncproto.ColdSyncRequest, stream nodesyncproto.DRPCNodeSync_ColdSyncStream) error app.Component }
Click to show internal directories.
Click to hide internal directories.