add services with statsu server state and remove stage lights
This commit is contained in:
6
backend/models/configuration.go
Normal file
6
backend/models/configuration.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type Configuration struct {
|
||||
CfgFileName string `json:"cfgFileName,omitempty"`
|
||||
Services []Service `json:"services,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user