mirror of
https://github.com/project-zot/zot.git
synced 2025-02-03 23:09:41 -05:00
8 lines
128 B
Go
8 lines
128 B
Go
package constants
|
|
|
|
// references type.
|
|
const (
|
|
Oras = "OrasReference"
|
|
Cosign = "CosignSignature"
|
|
OCI = "OCIReference"
|
|
)
|