mirror of
https://github.com/project-zot/zot.git
synced 2025-01-06 22:40:28 -05:00
9 lines
128 B
Go
9 lines
128 B
Go
|
package constants
|
||
|
|
||
|
// references type.
|
||
|
const (
|
||
|
Oras = "OrasReference"
|
||
|
Cosign = "CosignSignature"
|
||
|
OCI = "OCIReference"
|
||
|
)
|