Documentation ¶ Index ¶ func Fetch(cfg *iqshell.Config, info FetchInfo) func ListBucket(cfg *iqshell.Config, info ListBucketInfo) type FetchInfo func (info *FetchInfo) Check() *data.CodeError type ListBucketInfo func (info *ListBucketInfo) Check() *data.CodeError Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Fetch ¶ func Fetch(cfg *iqshell.Config, info FetchInfo) func ListBucket ¶ func ListBucket(cfg *iqshell.Config, info ListBucketInfo) Types ¶ type FetchInfo ¶ type FetchInfo struct { QiniuBucket string Host string BatchInfo batch.Info AwsBucketInfo ListBucketInfo } func (*FetchInfo) Check ¶ func (info *FetchInfo) Check() *data.CodeError type ListBucketInfo ¶ type ListBucketInfo struct { CToken string // aws continuation token Delimiter string MaxKeys int64 Prefix string Id string // id SecretKey string Region string Bucket string } func (*ListBucketInfo) Check ¶ func (info *ListBucketInfo) Check() *data.CodeError Source Files ¶ View all Source files fetch.go list_bucket.go Click to show internal directories. Click to hide internal directories.