Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UploadedImage ¶
type UploadedImage struct {
Path string `json:"path"`
ImageName string `json:"image_name"`
Width uint `json:"width"`
Height uint `json:"height"`
Request multipart.File
ImageHeader *multipart.FileHeader
}
func (*UploadedImage) ResizeImage ¶
func (u *UploadedImage) ResizeImage() string
Click to show internal directories.
Click to hide internal directories.