• haoyanbin's avatar
    1 · c65e78f1
    haoyanbin authored
    c65e78f1
interface.go 123 Bytes
package file_store

type FileStoreType interface {
	Setup() error
	UpLoad(yourObjectName string, localFile string) error
}