Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageUploader ¶
func NewImageUploader ¶
func NewImageUploader() (ImageUploader, error)
type NopImageUploader ¶
type NopImageUploader struct { }
func (NopImageUploader) Upload ¶
func (NopImageUploader) Upload(path string) (string, error)
type S3Uploader ¶
type S3Uploader struct {
// contains filtered or unexported fields
}
func NewS3Uploader ¶
func NewS3Uploader(bucket, accessKey, secretKey string) *S3Uploader
func (*S3Uploader) Upload ¶
func (u *S3Uploader) Upload(imageDiskPath string) (string, error)
type WebdavUploader ¶
type WebdavUploader struct {
// contains filtered or unexported fields
}
func NewWebdavImageUploader ¶
func NewWebdavImageUploader(url, username, passwrod string) (*WebdavUploader, error)
func (*WebdavUploader) Upload ¶
func (u *WebdavUploader) Upload(pa string) (string, error)
Click to show internal directories.
Click to hide internal directories.