Changes
Page history
Create Nucleus/Device
authored
Dec 01, 2020
by
Manuel Kieweg
Show whitespace changes
Inline
Side-by-side
Nucleus/Device.md
0 → 100644
View page @
df8f4c2d
A device represents a networking device orchestrated by
`gosdn`
```
plantuml
class Device {
- device ygot.Device
- Sbi interfaces.SouthboundInterface
- Config interfaces.DeviceConfig
}
```
\ No newline at end of file