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"
|
|
|
|
)
|