Documentation
¶
Index ¶
Constants ¶
View Source
const ( Local = "local" AmazonS3 = "s3" AliyunOSS = "oss" Qiniu = "qiniu" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Storage ¶
type Storage interface { Upload(ctx context.Context, file io.Reader, path, contentType string) (string, error) Delete(ctx context.Context, path string) error }
Storage 存储接口
type UploadManager ¶
type UploadManager struct {
// contains filtered or unexported fields
}
UploadManager 上传管理器
var (
Uploader *UploadManager
)
Click to show internal directories.
Click to hide internal directories.