mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
CI: add missing statement, update api docs generated with swag
This commit is contained in:
parent
770957c066
commit
8db8417d99
4 changed files with 36 additions and 130 deletions
|
@ -25,6 +25,7 @@ build:
|
|||
extends: .go
|
||||
script:
|
||||
- go mod tidy
|
||||
- go get github.com/swaggo/swag/cmd/swag@v1.7.0
|
||||
- go install github.com/swaggo/swag/cmd/swag
|
||||
- ${GOPATH}/bin/swag init --propertyStrategy pascalcase
|
||||
--generalInfo "start.go"
|
||||
|
|
|
@ -3415,58 +3415,16 @@ var doc = `{
|
|||
"config.Config": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"authentication": {
|
||||
"$ref": "#/definitions/config.ConfigAuthentication"
|
||||
},
|
||||
"contact": {
|
||||
"$ref": "#/definitions/config.ConfigContact"
|
||||
},
|
||||
"mode": {
|
||||
"type": "string"
|
||||
},
|
||||
"sub_title": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
"Providers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/config.Provider"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"config.ConfigAuthentication": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"external": {
|
||||
"$ref": "#/definitions/config.ConfigAuthenticationExternal"
|
||||
},
|
||||
"logout_url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"config.ConfigAuthenticationExternal": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"authorize_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"provider_name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"config.ConfigContact": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"mail": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"config.Provider": {
|
||||
"type": "object"
|
||||
},
|
||||
"dashboard.addDashboardRequest": {
|
||||
"type": "object",
|
||||
|
@ -3551,6 +3509,9 @@ var doc = `{
|
|||
"Category": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreateParameterSchema": {
|
||||
"$ref": "#/definitions/postgres.Jsonb"
|
||||
},
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -3598,6 +3559,9 @@ var doc = `{
|
|||
"Category": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreateParameterSchema": {
|
||||
"$ref": "#/definitions/postgres.Jsonb"
|
||||
},
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
@ -3399,58 +3399,16 @@
|
|||
"config.Config": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"authentication": {
|
||||
"$ref": "#/definitions/config.ConfigAuthentication"
|
||||
},
|
||||
"contact": {
|
||||
"$ref": "#/definitions/config.ConfigContact"
|
||||
},
|
||||
"mode": {
|
||||
"type": "string"
|
||||
},
|
||||
"sub_title": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
"Providers": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/config.Provider"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"config.ConfigAuthentication": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"external": {
|
||||
"$ref": "#/definitions/config.ConfigAuthenticationExternal"
|
||||
},
|
||||
"logout_url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"config.ConfigAuthenticationExternal": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"authorize_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"provider_name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"config.ConfigContact": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"mail": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"config.Provider": {
|
||||
"type": "object"
|
||||
},
|
||||
"dashboard.addDashboardRequest": {
|
||||
"type": "object",
|
||||
|
@ -3535,6 +3493,9 @@
|
|||
"Category": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreateParameterSchema": {
|
||||
"$ref": "#/definitions/postgres.Jsonb"
|
||||
},
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -3582,6 +3543,9 @@
|
|||
"Category": {
|
||||
"type": "string"
|
||||
},
|
||||
"CreateParameterSchema": {
|
||||
"$ref": "#/definitions/postgres.Jsonb"
|
||||
},
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
@ -85,39 +85,12 @@ definitions:
|
|||
type: object
|
||||
config.Config:
|
||||
properties:
|
||||
authentication:
|
||||
$ref: '#/definitions/config.ConfigAuthentication'
|
||||
contact:
|
||||
$ref: '#/definitions/config.ConfigContact'
|
||||
mode:
|
||||
type: string
|
||||
sub_title:
|
||||
type: string
|
||||
title:
|
||||
type: string
|
||||
Providers:
|
||||
items:
|
||||
$ref: '#/definitions/config.Provider'
|
||||
type: array
|
||||
type: object
|
||||
config.ConfigAuthentication:
|
||||
properties:
|
||||
external:
|
||||
$ref: '#/definitions/config.ConfigAuthenticationExternal'
|
||||
logout_url:
|
||||
type: string
|
||||
type: object
|
||||
config.ConfigAuthenticationExternal:
|
||||
properties:
|
||||
authorize_url:
|
||||
type: string
|
||||
enabled:
|
||||
type: boolean
|
||||
provider_name:
|
||||
type: string
|
||||
type: object
|
||||
config.ConfigContact:
|
||||
properties:
|
||||
mail:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
config.Provider:
|
||||
type: object
|
||||
dashboard.addDashboardRequest:
|
||||
properties:
|
||||
|
@ -169,6 +142,8 @@ definitions:
|
|||
type: string
|
||||
Category:
|
||||
type: string
|
||||
CreateParameterSchema:
|
||||
$ref: '#/definitions/postgres.Jsonb'
|
||||
Description:
|
||||
type: string
|
||||
Location:
|
||||
|
@ -205,6 +180,8 @@ definitions:
|
|||
type: string
|
||||
Category:
|
||||
type: string
|
||||
CreateParameterSchema:
|
||||
$ref: '#/definitions/postgres.Jsonb'
|
||||
Description:
|
||||
type: string
|
||||
Location:
|
||||
|
|
Loading…
Add table
Reference in a new issue