Skip to content

Commit 73a3836

Browse files
cq-boterezrokah
andauthored
fix: Generate CloudQuery Go API Client from spec.json (#13)
Co-authored-by: cq-bot <cq-bot@users.noreply.github.com> Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
1 parent ec60c6f commit 73a3836

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

models.gen.go

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

spec.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,8 +2425,6 @@
24252425
"tier",
24262426
"display_name",
24272427
"short_description",
2428-
"source",
2429-
"destination",
24302428
"logo"
24312429
],
24322430
"properties": {
@@ -2454,12 +2452,6 @@
24542452
"type": "string",
24552453
"example": "https://github.com/cloudquery/cloudquery"
24562454
},
2457-
"source": {
2458-
"type": "boolean"
2459-
},
2460-
"destination": {
2461-
"type": "boolean"
2462-
},
24632455
"logo": {
24642456
"type": "string",
24652457
"description": "URL to the plugin's logo. This will be shown in the CloudQuery Hub. This must point to https://images.cloudquery.io/...",

0 commit comments

Comments
 (0)