 Documentation
      ¶
      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 {
}
    type S3Uploader ¶
type S3Uploader struct {
	// contains filtered or unexported fields
}
    func NewS3Uploader ¶
func NewS3Uploader(bucket, accessKey, secretKey string) *S3Uploader
type WebdavUploader ¶
type WebdavUploader struct {
	// contains filtered or unexported fields
}
    func NewWebdavImageUploader ¶
func NewWebdavImageUploader(url, username, passwrod string) (*WebdavUploader, error)
 Click to show internal directories. 
   Click to hide internal directories.