Files
go-admin/common/file_store/initialize.go
T

14 lines
235 B
Go

package file_store
type FileStore struct {
}
// Setup 配置数据库
func (e *FileStore) Setup(driver string) {
//fileStoreType := driver
//if fileStoreType == "ALiYunOSS" {
// var store = new(ALiYunOSS)
// store.Setup()
//}
}