Skip to content
Snippets Groups Projects

Resolve "Refactor how PNDs are implemented in the code"

Merged Fabian Seidl requested to merge 243-refactor-how-pnds-are-implemented-in-the-code into develop
3 files
+ 15
17
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -52,7 +52,7 @@ func NewNBI(
networkDomain networkdomain.NetworkDomain,
) *NorthboundInterface {
return &NorthboundInterface{
Pnd: NewPndServer(pndService),
Pnd: NewPndServer(pndService, sbiService),
Core: NewCoreServer(pndService),
Csbi: NewCsbiServer(pnds),
Sbi: NewSbiServer(pndService),
Loading