import "github.com/mmanjoura/adsa-cms/media_library/qiniu"
var ( Uptoken = "" DownloadToken = "" Bucket = "" EndPoint = "" )
type Qiniu struct { media_library.Base }
Qiniu a struct used to upload files to Qiniu
func (q Qiniu) GetURLTemplate(option *media_library.Option) (path string)
GetURLTemplate get url template
Retrieve retrieve file content with url
Store store reader's content with url
Package qiniu imports 10 packages (graph). Updated 2017-06-20. Refresh now. Tools for package owners. This is an inactive package (no imports and no commits in at least two years).