Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AliyunOSS ¶
type AliyunOSS struct {
// contains filtered or unexported fields
}
func (*AliyunOSS) DeleteFile ¶
func (*AliyunOSS) UploadFile ¶
type AwsS3 ¶
type AwsS3 struct {
// contains filtered or unexported fields
}
func (*AwsS3) DeleteFile ¶
func (*AwsS3) UploadFile ¶
type Local ¶
type Local struct {
// contains filtered or unexported fields
}
func (*Local) DeleteFile ¶
func (*Local) UploadFile ¶
type OSS ¶
type Qiniu ¶
type Qiniu struct {
// contains filtered or unexported fields
}
func (*Qiniu) DeleteFile ¶
func (*Qiniu) UploadFile ¶
type TencentCOS ¶
type TencentCOS struct {
// contains filtered or unexported fields
}
func (*TencentCOS) DeleteFile ¶
func (t *TencentCOS) DeleteFile(key string) error
func (*TencentCOS) UploadFile ¶
func (t *TencentCOS) UploadFile(file *multipart.FileHeader, keyPrefix ...string) (string, string, string, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.