Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrServerError = errors.New("500 server error") ErrWrongURL = errors.New("given url is wrong") ErrOnlyJpg = errors.New("only jpg and jpeg images are accepted") ErrCouldntDownloadImage = errors.New("couldn't download image from remote host") ErrCouldntSaveImage = errors.New("couldn't save image to the local storage") ErrCouldntDecodeImage = errors.New("couldn't decode image from jpeg") )
Functions ¶
This section is empty.
Types ¶
type DownloadImageInput ¶
type ResizeInput ¶
type ServerResponse ¶
type ServerResponse struct {
Data string
}
Click to show internal directories.
Click to hide internal directories.