mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
feat(sync): fix errors and cleanup code
Signed-off-by: Vishwas Rajashekar <dev@vrajashkr.com>
This commit is contained in:
@@ -212,4 +212,8 @@ var (
|
||||
ErrCertificateWatcherAlreadyRunning = errors.New("certificate watcher is already running")
|
||||
ErrInvalidEndSessionEndpoint = errors.New("end_session_endpoint must be an absolute http(s) URL")
|
||||
ErrPolicyConditionNotCompiled = errors.New("policy condition not compiled")
|
||||
ErrStreamManagerNotInitialized = errors.New("stream manager not initialized")
|
||||
ErrStreamReaderNotInitialized = errors.New("reader not initialized")
|
||||
ErrBlobNotFoundInActiveStreams = errors.New("blob not found in active streams")
|
||||
ErrBlobReaderMissing = errors.New("blob reader missing for this blob")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user