zotregistry.io/zot@v1.4.4-0.20231124084042-02a8ed785457/pkg/extensions/sync/constants/consts.go (about)

     1  package constants
     2  
     3  // references type.
     4  const (
     5  	Oras              = "OrasReference"
     6  	Cosign            = "CosignSignature"
     7  	OCI               = "OCIReference"
     8  	Tag               = "TagReference"
     9  	SyncBlobUploadDir = ".sync"
    10  )