Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliOSSUpload ¶
type AliOSSUpload struct {
Endpoint string
AccessKeyId string
AccessKeySecret string
BucketName string
}
func NewAliOSSUpload ¶
func NewAliOSSUpload(endpoint, accessKeyId, accessKeySecret, bucketName string) *AliOSSUpload
func (*AliOSSUpload) Name ¶
func (a *AliOSSUpload) Name() string
type ImgurResponse ¶
type ImgurUpload ¶
type ImgurUpload struct {
ClientId string
}
func NewImgurUpload ¶
func NewImgurUpload(clientId string) *ImgurUpload
func (*ImgurUpload) Name ¶
func (i *ImgurUpload) Name() string
type S3Upload ¶
type S3Upload struct {
EndPoint string
CustomDomain string
AccessKeyId string
AccessKeySecret string
BucketName string
// contains filtered or unexported fields
}
func NewS3Upload ¶
type SMResponse ¶
Click to show internal directories.
Click to hide internal directories.