• haoyanbin's avatar
    1 · 5d0794c3
    haoyanbin authored
    5d0794c3
initialize.go 235 Bytes
package file_store

type FileStore struct {
}

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