mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
612a12e5a8
Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
9 lines
128 B
Go
9 lines
128 B
Go
package constants
|
|
|
|
// references type.
|
|
const (
|
|
Oras = "OrasReference"
|
|
Cosign = "CosignSignature"
|
|
OCI = "OCIReference"
|
|
)
|