mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-20 17:57:54 +00:00
6 lines
122 B
Go
6 lines
122 B
Go
package file_store
|
|
|
|
type FileStoreType interface {
|
|
Setup() error
|
|
UpLoad(yourObjectName string, localFile string) error
|
|
} |