mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-20 17:57:54 +00:00
feat✨ oss 文件上传
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package file_store
|
||||
|
||||
type FileStoreType interface {
|
||||
Setup() error
|
||||
UpLoad(yourObjectName string, localFile string) error
|
||||
}
|
||||
Reference in New Issue
Block a user