Files
eiblog/vendor/github.com/qiniu/api.v7/doc.go

20 lines
536 B
Go
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
包 github.com/qiniu/api.v7 是七牛 Go 语言 SDK v7.x 版本。
主要提供了存储的数据上传下载管理以及CDN相关的功能。要求Go语言版本>=1.7.0。
Go SDK 中主要包含几个包:
auth 包提供鉴权相关方法conf 包提供配置相关方法cdn包提供CDN相关的功能storage包提供存储相关的功能。
*/
package api
import (
_ "github.com/qiniu/api.v7/auth/qbox"
_ "github.com/qiniu/api.v7/cdn"
_ "github.com/qiniu/api.v7/conf"
_ "github.com/qiniu/api.v7/storage"
)