Skip to content

Commit 93d1444

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

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

models.gen.go

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

spec.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7749,6 +7749,12 @@
77497749
"description" : "Base URL for the plugin's UI. Only available for plugins with a UI and for logged in users.",
77507750
"type" : "string",
77517751
"x-go-name" : "UIBaseURL"
7752+
},
7753+
"ui_id" : {
7754+
"description" : "ID of the plugin's UI.",
7755+
"format" : "uuid",
7756+
"type" : "string",
7757+
"x-go-name" : "UIID"
77527758
}
77537759
},
77547760
"required" : [ "example_config" ]

0 commit comments

Comments
 (0)