zotregistry.dev/zot@v1.4.4-0.20240314164342-eec277e14d20/pkg/extensions/sync/constants/consts.go (about)

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