forked from mirrors/homebox
embed version in binary
This commit is contained in:
parent
ca36e3b080
commit
0b92d57b85
10 changed files with 87 additions and 9 deletions
|
@ -813,6 +813,9 @@
|
|||
"types.ApiSummary": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"build": {
|
||||
"$ref": "#/definitions/types.Build"
|
||||
},
|
||||
"health": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
@ -830,6 +833,20 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"types.Build": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"build_time": {
|
||||
"type": "string"
|
||||
},
|
||||
"commit": {
|
||||
"type": "string"
|
||||
},
|
||||
"version": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"types.DocumentOut": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue