Files
mstore/mimetyp.go
T
2026-02-27 03:14:24 +02:00

7 lines
179 B
Go

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