Skip to content
Snippets Groups Projects
Commit 27cc74b1 authored by Francé Wilke's avatar Francé Wilke
Browse files

Add s3 mime types

parent 8ce6763b
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,14 @@ const ( ...@@ -48,6 +48,14 @@ const (
// MIMETypeDefault defines the constant for the default MIME type. // MIMETypeDefault defines the constant for the default MIME type.
MIMETypeDefault MIMEType = "application/octet-stream" MIMETypeDefault MIMEType = "application/octet-stream"
// TypeXLS defines the constant for the XLS MIME type.
MIMETypeXLS MIMEType = "application/vnd.ms-excel"
// TypeXLSX defines the constant for the XLSX MIME type.
MIMETypeXLSX MIMEType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
) )
type SessionWithHelpers struct { type SessionWithHelpers struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment