Changes
Page history
Update Core
authored
Dec 01, 2020
by
Manuel Kieweg
Show whitespace changes
Inline
Side-by-side
Nucleus/Core.md
View page @
bdef5476
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
...
...
...
...