feat oss 文件上传

This commit is contained in:
zhangwenjian
2020-11-12 20:18:53 +08:00
parent 2399824d35
commit 52be3f6153
25 changed files with 1411 additions and 175 deletions
+6
View File
@@ -0,0 +1,6 @@
package file_store
type FileStoreType interface {
Setup() error
UpLoad(yourObjectName string, localFile string) error
}