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