add more details to the server status page

add all supported fields to the OpenAPI docs

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-02-26 16:43:29 +01:00
parent b64d3c2fbf
commit 7f674a7fb3
11 changed files with 131 additions and 10 deletions

View File

@@ -26,7 +26,6 @@ const (
)
var (
//server *webDavServer
certMgr *common.CertManager
serviceStatus ServiceStatus
)