Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageUploader ¶
type ImageUploader struct { Uploader Path string ImageBlob []byte UploadSize string ContentType string Ext string }
func (*ImageUploader) BuildResizeOption ¶
func (u *ImageUploader) BuildResizeOption() (*resizer.ResizeOption, error)
func (*ImageUploader) Exec ¶
func (u *ImageUploader) Exec() error
func (*ImageUploader) NeedsResize ¶
func (u *ImageUploader) NeedsResize() bool
type TextFileUploader ¶
func (*TextFileUploader) Exec ¶
func (u *TextFileUploader) Exec() error