Files
mstore/pkg/repocli/mimetyp.go
T
2026-03-02 09:07:57 +02:00

7 lines
180 B
Go

package repocli
const (
MediaTypeDDMLv2 = "application/vnd.docker.distribution.manifest.list.v2+json"
MediaTypeDDMv2 = "application/vnd.docker.distribution.manifest.v2+json"
)