mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
feat(sync): fix review comments + extras
Signed-off-by: Vishwas Rajashekar <dev@vrajashkr.com>
This commit is contained in:
@@ -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")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user