This commit is contained in:
Marcel Arndt
2025-03-28 13:47:00 +01:00
commit e25d8dd5d9
8 changed files with 780 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package config
type InfraConfig struct {
StackReference string
SwarmNetworkName string
SwarmIpRange string
SwarmSubnetIpRange string
}