Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVImporter ¶
type CSVImporter struct{}
type ImageImporter ¶
type ImageImporter struct{}
func (*ImageImporter) Import ¶
func (i *ImageImporter) Import(up *Upload) error
type ImgImporter ¶
type MIME ¶
type MIME string
const CSV MIME = "text/csv"
const JPEG MIME = "image/jpeg"
const JPG MIME = "image/jpg"
const PNG MIME = "image/png"
Click to show internal directories.
Click to hide internal directories.