improve doc

This commit is contained in:
Mikaël Cluseau
2019-02-04 15:06:02 +11:00
parent bef898bc3f
commit 976977ca23
3 changed files with 45 additions and 9 deletions

10
pkg/mime/mime.go Normal file
View File

@ -0,0 +1,10 @@
package mime
const (
YAML = "text/vnd.yaml"
TAR = "application/tar"
DISK = "application/x-diskimage"
ISO = "application/x-iso9660-image"
IPXE = "application/x-ipxe"
OCTET = "application/octet-stream"
)