feat(sync): fix review comments + extras

Signed-off-by: Vishwas Rajashekar <dev@vrajashkr.com>
This commit is contained in:
Vishwas Rajashekar
2026-05-17 17:01:43 +05:30
parent 3adf36a6c7
commit fa39761700
10 changed files with 84 additions and 54 deletions
+1
View File
@@ -216,4 +216,5 @@ var (
ErrStreamReaderNotInitialized = errors.New("reader not initialized")
ErrBlobNotFoundInActiveStreams = errors.New("blob not found in active streams")
ErrBlobReaderMissing = errors.New("blob reader missing for this blob")
ErrSyncUpstreamDownloadFailed = errors.New("upstream blob download failed")
)