Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json (#81)
Browse files Browse the repository at this point in the history
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
  • Loading branch information
cq-bot authored Dec 6, 2023
1 parent fbffe9b commit 81d3ca0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 4 additions & 2 deletions models.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"display_name": "AWS Source Plugin",
"category": "cloud-infrastructure",
"created_at": "2017-07-14T16:53:42Z",
"updated_at": "2017-07-14T16:53:42Z",
"homepage": "https://cloudquery.io",
"logo": "https://images.cloudquery.io/logos/aws.png",
"official": true,
Expand Down Expand Up @@ -2101,6 +2102,7 @@
"display_name": "AWS Source Plugin",
"category": "cloud-infrastructure",
"created_at": "2017-07-14T16:53:42Z",
"updated_at": "2017-07-14T16:53:42Z",
"homepage": "https://cloudquery.io",
"logo": "https://images.cloudquery.io/logos/aws.png",
"official": true,
Expand Down Expand Up @@ -3946,6 +3948,11 @@
"format": "date-time",
"type": "string"
},
"updated_at": {
"example": "2017-07-14T16:53:42Z",
"format": "date-time",
"type": "string"
},
"homepage": {
"type": "string",
"example": "https://cloudquery.io"
Expand Down Expand Up @@ -4006,6 +4013,7 @@
"category",
"release_stage",
"created_at",
"updated_at",
"logo",
"display_name",
"official",
Expand Down

0 comments on commit 81d3ca0

Please sign in to comment.