Files
blazena/config/config.go
rony5394 91c16cf429 I am not proud of it.
Why did I choose to do this.
I could get some more sleep but I choose to write this.
I just want some snapshot before I start breaking stuff.
2026-01-31 21:54:14 +01:00

12 lines
173 B
Go

package config;
type Config struct {
Nodes map[string] struct{
Ip string
DockerVolumePath string
}
DockerManagerBaseUrl string
User string
LocalBasePath string
};