mirror of
https://github.com/rclone/rclone.git
synced 2025-12-20 18:23:31 +00:00
vendor: update all dependencies
This commit is contained in:
4
vendor/github.com/aws/aws-sdk-go/private/model/api/docstring.go
generated
vendored
4
vendor/github.com/aws/aws-sdk-go/private/model/api/docstring.go
generated
vendored
@@ -62,6 +62,10 @@ func (d *apiDocumentation) setup() {
|
||||
}
|
||||
|
||||
parts := strings.Split(ref, "$")
|
||||
if len(parts) != 2 {
|
||||
fmt.Fprintf(os.Stderr, "Shape Doc %s has unexpected reference format, %q\n", shape, ref)
|
||||
continue
|
||||
}
|
||||
if sh := d.API.Shapes[parts[0]]; sh != nil {
|
||||
if m := sh.MemberRefs[parts[1]]; m != nil {
|
||||
m.Documentation = docstring(doc)
|
||||
|
||||
Reference in New Issue
Block a user