Skip to content

Commit e8d533b

Browse files
cq-botgithub-actions[bot]
authored andcommitted
fix: Generate CloudQuery Go API Client from spec.json
1 parent c0688cb commit e8d533b

File tree

2 files changed

+26
-29
lines changed

2 files changed

+26
-29
lines changed

models.gen.go

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

spec.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11320,7 +11320,6 @@
1132011320
"type" : "array"
1132111321
},
1132211322
"style" : "form",
11323-
"x-go-type-skip-optional-pointer" : true,
1132411323
"x-go-name" : "FilterTags"
1132511324
},
1132611325
"filter_name_filter" : {
@@ -11558,9 +11557,7 @@
1155811557
"enum" : [ "smart", "search", "column" ],
1155911558
"type" : "string"
1156011559
},
11561-
"style" : "form",
11562-
"x-go-type-skip-optional-pointer" : true,
11563-
"x-go-name" : "FilterMode"
11560+
"style" : "form"
1156411561
},
1156511562
"table_filters" : {
1156611563
"allowEmptyValue" : true,

0 commit comments

Comments
 (0)