add services with statsu server state and remove stage lights

This commit is contained in:
Adrian Zuercher
2025-09-07 14:24:38 +02:00
parent a648be3bcb
commit 9585fb1b7a
35 changed files with 2387 additions and 328 deletions

View File

@@ -0,0 +1,6 @@
package models
type Configuration struct {
CfgFileName string `json:"cfgFileName,omitempty"`
Services []Service `json:"services,omitempty"`
}