Documentation
¶
Index ¶
Constants ¶
View Source
const (
HtmlContentType = "text/html"
)
Variables ¶
View Source
var MappingTypeUpload = map[string]string{
"excel": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"csv": "text/csv",
"pdf": "application/pdf",
}
Functions ¶
This section is empty.
Types ¶
type UploadPlatform ¶
type UploadPlatform string
const ( S3Uploader UploadPlatform = "s3" SelfHosted = "self-hosted" )
Click to show internal directories.
Click to hide internal directories.