local-server/pkg/mime/mime.go

11 lines
209 B
Go
Raw Normal View History

2019-02-04 04:06:02 +00:00
package mime
const (
YAML = "text/vnd.yaml"
TAR = "application/tar"
DISK = "application/x-diskimage"
ISO = "application/x-iso9660-image"
2019-02-04 04:46:03 +00:00
IPXE = "text/x-ipxe"
2019-02-04 04:06:02 +00:00
OCTET = "application/octet-stream"
)