Changes
Page history
Update Principal Network Domain
authored
Dec 01, 2020
by
Manuel Max Kieweg
Show whitespace changes
Inline
Side-by-side
Nucleus/Principal-Network-Domain.md
View page @
8a9c1da2
...
...
@@ -12,7 +12,8 @@ interface PrincipalNetworkDomain {
```
plantuml
class pndImplementation << (S,Aquamarine) >> {
- name string
- sbiContainer []nucleus.SouthboundInterface
- sbiContainer map[string]nucleus.SouthboundInterface
- devices map[uuid]Device
+ Destroy() error
+ AddSbi() error
...
...
...
...