 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 {
}
    func (NopImageUploader) Upload ¶
func (NopImageUploader) Upload(path string) (string, error)
type S3Uploader ¶
type S3Uploader struct {
	// contains filtered or unexported fields
}
    func NewS3Uploader ¶
func NewS3Uploader(region, bucket, acl, 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, password, public_url string) (*WebdavUploader, error)
func (*WebdavUploader) Upload ¶
func (u *WebdavUploader) Upload(pa string) (string, error)
       Source Files
      ¶
      Source Files
      ¶
    
- imguploader.go
- s3uploader.go
- webdavuploader.go
 Click to show internal directories. 
   Click to hide internal directories.