code cleanup & refactoring

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter committed 2024-10-14 08:39:42 +02:00
1 parent 7d1a78cf9c
commit 0094d30378
52 files changed
+871 -204

No files matched your search

+1
View File
@@ -82,6 +82,7 @@ func Server(cfg *config.Config) *cli.Command {
}
gr.Add(debugServer.ListenAndServe, func(_ error) {
_ = debugServer.Shutdown(ctx)
cancel()
})