Versions in this module Expand all Collapse all v1 v1.3.1 May 23, 2018 Changes in this version + type Local struct + func (this *Local) DelFiles(object ...string) error + func (this *Local) DelFromFolder(folder string) (err error) + func (this *Local) IsObjectExist(object string) (err error) + func (this *Local) MoveToStore(tmpfile, save string) (err error) + type Oss struct + AccessKeyId string + AccessKeySecret string + Bucket string + Domain string + EndpointInternal string + EndpointOuter string + IsInternal bool + func (this *Oss) Config() (oss Oss) + func (this *Oss) DelByHtmlPics(htmlstr string) + func (this *Oss) DelFromOss(object ...string) error + func (this *Oss) DelOssFolder(folder string) (err error) + func (this *Oss) HandleContent(htmlstr string, forPreview bool) (str string) + func (this *Oss) IsObjectExist(object string) (err error) + func (this *Oss) MoveToOss(local, save string, IsDel bool, IsGzip ...bool) error + func (this *Oss) SetObjectMeta(obj, filename string)