Files
mstore/app/fileoper/const.go
T
2026-03-13 19:02:42 +02:00

7 lines
153 B
Go

package fileoper
const (
defaultContentType = "application/octet-stream"
hcMediaType = "application/vnd.cncf.helm.chart.content.v1.tar+gzip"
)