revert: add exported constants

This commit is contained in:
mrjoelkamp
2024-04-22 12:50:52 -05:00
parent 1813ab8a7a
commit bf2dff9f66

View File

@@ -1,7 +0,0 @@
package types
const (
DockerReferenceType = "vnd.docker.reference.type"
DockerReferenceDigest = "vnd.docker.reference.digest"
AttestationManifestType = "attestation-manifest"
)