Documentation ¶
Index ¶
- Variables
- type Uss
- func (u *Uss) CreateBucket(name string) error
- func (u *Uss) DeleteBucket(name string) error
- func (u *Uss) DeleteObject(bucket string, fileName string) error
- func (u *Uss) GetObject(bucket string, fileName string, filePath string, fileType string) error
- func (u *Uss) ListObjects(bucket string) (list []string)
- func (u *Uss) PutObject(bucket string, fileName string, filePath string, fileType string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UssHost string AppID int UssSecret string UssHost2 string )
Functions ¶
This section is empty.
Types ¶
type Uss ¶
type Uss struct {
// contains filtered or unexported fields
}
func NewUssDownload ¶
func NewUssDownload() *Uss
func (*Uss) CreateBucket ¶
func (*Uss) DeleteBucket ¶
func (*Uss) ListObjects ¶
Click to show internal directories.
Click to hide internal directories.