mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 18:20:50 +00:00
14 lines
235 B
Go
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()
|
|
//}
|
|
}
|