Update Core authored by Manuel Kieweg's avatar Manuel Kieweg
The `Core` struct holds The `Core` struct holds the instances of all attached southbound interfaces as well as the controller's principal network domains.
```plantuml ```plantuml
class Core << (S,Aquamarine) >> { class Core << (S,Aquamarine) >> {
- clients <font color=blue>map</font>[string]interfaces.Client - domains <font color=blue>map</font>[string]interfaces.PrincipalNetworkDomain
- sbis <font color=blue>map</font>[string]interfaces.SouthboundInterface
- database database.Database - database database.Database
- config controllerConfig - config controllerConfig
... ...
......