vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood
2019-11-11 15:04:53 +00:00
parent 3dcf1e61cf
commit 479c803fd9
446 changed files with 25054 additions and 8064 deletions

View File

@ -27,6 +27,7 @@ import (
"github.com/yunify/qingstor-sdk-go/v3/request"
"github.com/yunify/qingstor-sdk-go/v3/request/data"
"github.com/yunify/qingstor-sdk-go/v3/request/errors"
"github.com/yunify/qingstor-sdk-go/v3/utils"
)
var _ fmt.State
@ -35,6 +36,7 @@ var _ http.Header
var _ strings.Reader
var _ time.Time
var _ config.Config
var _ utils.Conn
// Bucket presents bucket.
type Bucket struct {
@ -987,6 +989,8 @@ type ListMultipartUploadsOutput struct {
CommonPrefixes []*string `json:"common_prefixes,omitempty" name:"common_prefixes" location:"elements"`
// Delimiter that specified in request parameters
Delimiter *string `json:"delimiter,omitempty" name:"delimiter" location:"elements"`
// Indicate if these are more results in the next page
HasMore *bool `json:"has_more,omitempty" name:"has_more" location:"elements"`
// Limit that specified in request parameters
Limit *int `json:"limit,omitempty" name:"limit" location:"elements"`
// Marker that specified in request parameters