mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 02:04:09 +00:00
feat✨ oss 文件上传
This commit is contained in:
@@ -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()
|
||||
//}
|
||||
}
|
||||
Reference in New Issue
Block a user