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.
This commit is contained in:
11
config/config.go
Normal file
11
config/config.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package config;
|
||||
|
||||
type Config struct {
|
||||
Nodes map[string] struct{
|
||||
Ip string
|
||||
DockerVolumePath string
|
||||
}
|
||||
DockerManagerBaseUrl string
|
||||
User string
|
||||
LocalBasePath string
|
||||
};
|
||||
Reference in New Issue
Block a user