Skip to content

Commit 81d3ca0

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

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

models.gen.go

Lines changed: 4 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
"display_name": "AWS Source Plugin",
135135
"category": "cloud-infrastructure",
136136
"created_at": "2017-07-14T16:53:42Z",
137+
"updated_at": "2017-07-14T16:53:42Z",
137138
"homepage": "https://cloudquery.io",
138139
"logo": "https://images.cloudquery.io/logos/aws.png",
139140
"official": true,
@@ -2101,6 +2102,7 @@
21012102
"display_name": "AWS Source Plugin",
21022103
"category": "cloud-infrastructure",
21032104
"created_at": "2017-07-14T16:53:42Z",
2105+
"updated_at": "2017-07-14T16:53:42Z",
21042106
"homepage": "https://cloudquery.io",
21052107
"logo": "https://images.cloudquery.io/logos/aws.png",
21062108
"official": true,
@@ -3946,6 +3948,11 @@
39463948
"format": "date-time",
39473949
"type": "string"
39483950
},
3951+
"updated_at": {
3952+
"example": "2017-07-14T16:53:42Z",
3953+
"format": "date-time",
3954+
"type": "string"
3955+
},
39493956
"homepage": {
39503957
"type": "string",
39513958
"example": "https://cloudquery.io"
@@ -4006,6 +4013,7 @@
40064013
"category",
40074014
"release_stage",
40084015
"created_at",
4016+
"updated_at",
40094017
"logo",
40104018
"display_name",
40114019
"official",

0 commit comments

Comments
 (0)