Changes
Page history
Create Nucleus/Core
authored
Dec 01, 2020
by
Manuel Kieweg
Show whitespace changes
Inline
Side-by-side
Nucleus/Core.md
0 → 100644
View page @
5cbdb6ac
The
`Core`
struct holds
```
plantuml
class Core << (S,Aquamarine) >> {
- clients <font color=blue>map</font>[string]interfaces.Client
- database database.Database
- config controllerConfig
+ IsRunning <font color=blue>chan</font> bool
- readControllerConfig(configFileController string) error
- readClientConfig(configFileClient string) error
+ Init(socket string, configFileController string, configFileClient string, IsRunningChannel <font color=blue>chan</font> bool)
+ AttachDatabase()
+ Shutdown()
}
```
\ No newline at end of file