Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliOssStore ¶
type AliOssStore struct {
// contains filtered or unexported fields
}
func NewAliOssStore ¶
func NewAliOssStore(conf *config.Oss) (*AliOssStore, error)
func (*AliOssStore) Upload ¶
func (a *AliOssStore) Upload(bucketName, objectKey string, file *multipart.FileHeader) (string, error)
type ProgressListener ¶
type ProgressListener struct {
// contains filtered or unexported fields
}
func (*ProgressListener) ProgressChanged ¶
func (p *ProgressListener) ProgressChanged(event *oss.ProgressEvent)
Click to show internal directories.
Click to hide internal directories.