Update Bird's View authored by Manuel Max Kieweg's avatar Manuel Max Kieweg
...@@ -21,7 +21,6 @@ namespace nucleus { ...@@ -21,7 +21,6 @@ namespace nucleus {
+ IsRunning <font color=blue>chan</font> bool + IsRunning <font color=blue>chan</font> bool
- readControllerConfig(configFileController string) error - readControllerConfig(configFileController string) error
- readClientConfig(configFileClient string) error
+ Init(socket string, configFileController string, configFileClient string, IsRunningChannel <font color=blue>chan</font> bool) + Init(socket string, configFileController string, configFileClient string, IsRunningChannel <font color=blue>chan</font> bool)
+ AttachDatabase() + AttachDatabase()
... ...
......