Skip to content

Commit 515b000

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#100)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent 84e8a5a commit 515b000

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

models.gen.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6517,11 +6517,13 @@
65176517
},
65186518
"url": {
65196519
"type": "string",
6520-
"description": "URL to download image"
6520+
"description": "URL to download image",
6521+
"x-go-name": "URL"
65216522
},
65226523
"upload_url": {
65236524
"type": "string",
6524-
"description": "URL to upload image"
6525+
"description": "URL to upload image",
6526+
"x-go-name": "UploadURL"
65256527
}
65266528
}
65276529
},

0 commit comments

Comments
 (0)