This commit is contained in:
Michael Lehmann
2025-02-18 22:06:50 +01:00
parent 088a15975c
commit f34cf6da8b
12 changed files with 408 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ type GroupDef struct {
// Bulp repräsentiert ein einzelnes Gerät.
type Bulp struct {
Name string `yaml:"name"`
IP string `yaml:"ip"`
Port string `yaml:"port"`
}