mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 16:50:27 +00:00
code gen
This commit is contained in:
parent
22bee7b406
commit
2885e91cf7
4 changed files with 9 additions and 0 deletions
|
@ -2425,6 +2425,9 @@ const docTemplate = `{
|
|||
"v1.ApiSummary": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"allowRegistration": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"build": {
|
||||
"$ref": "#/definitions/v1.Build"
|
||||
},
|
||||
|
|
|
@ -2417,6 +2417,9 @@
|
|||
"v1.ApiSummary": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"allowRegistration": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"build": {
|
||||
"$ref": "#/definitions/v1.Build"
|
||||
},
|
||||
|
|
|
@ -564,6 +564,8 @@ definitions:
|
|||
type: object
|
||||
v1.ApiSummary:
|
||||
properties:
|
||||
allowRegistration:
|
||||
type: boolean
|
||||
build:
|
||||
$ref: '#/definitions/v1.Build'
|
||||
demo:
|
||||
|
|
|
@ -335,6 +335,7 @@ export interface ActionAmountResult {
|
|||
}
|
||||
|
||||
export interface ApiSummary {
|
||||
allowRegistration: boolean;
|
||||
build: Build;
|
||||
demo: boolean;
|
||||
health: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue