feat oss 文件上传

This commit is contained in:
zhangwenjian
2020-11-12 20:18:53 +08:00
parent 2399824d35
commit 52be3f6153
25 changed files with 1411 additions and 175 deletions
+14
View File
@@ -0,0 +1,14 @@
package file_store
type FileStore struct {
}
// Setup 配置数据库
func (e *FileStore) Setup(driver string) {
//fileStoreType := driver
//if fileStoreType == "ALiYunOSS" {
// var store = new(ALiYunOSS)
// store.Setup()
//}
}