Ejemplo n.º 1
0
func init() {
	drivers.Register("aliyun", InitFunc)
}
Ejemplo n.º 2
0
func init() {
	drivers.Register("native", InitFunc)
}
Ejemplo n.º 3
0
func init() {
	drivers.Register("oss", InitFunc)
}
Ejemplo n.º 4
0
func init() {
	drivers.Register("qiniu", InitFunc)
}
Ejemplo n.º 5
0
func init() {
	drivers.Register("amazons3", InitFunc)
}