修改,兼容go-admin sdk方案

This commit is contained in:
linwenxiang
2021-03-09 19:12:49 +08:00
parent c541d09076
commit 25d8364bf4
151 changed files with 578 additions and 3525 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ package file_store
type FileStoreType interface {
Setup() error
UpLoad(yourObjectName string, localFile string) error
}
}