mirror of
https://github.com/project-zot/zot.git
synced 2025-01-13 22:50:38 -05:00
12 lines
368 B
Go
12 lines
368 B
Go
|
package constants
|
||
|
|
||
|
const (
|
||
|
ArtifactSpecRoutePrefix = "/oras/artifacts/v1"
|
||
|
RoutePrefix = "/v2"
|
||
|
DistAPIVersion = "Docker-Distribution-API-Version"
|
||
|
DistContentDigestKey = "Docker-Content-Digest"
|
||
|
BlobUploadUUID = "Blob-Upload-UUID"
|
||
|
DefaultMediaType = "application/json"
|
||
|
BinaryMediaType = "application/octet-stream"
|
||
|
)
|