Versions in this module Expand all Collapse all v0 v0.0.27 Jul 31, 2017 Changes in this version + const Android + const Ios + var IconResized = []ResizeImage + type File struct + Extension string + Name string + type MyImage struct + File File + Image image.Image + func NewMyImageFromBase64(base64String string, name string, extension string) (*MyImage, error) + func (m MyImage) SaveInSize(path string, width uint, height uint) error + func (m MyImage) Upload() (string, error) + type ResizeImage struct + Height uint + Name string + Path string + Width uint