Skip to content
Snippets Groups Projects

Stfaseid http refactor

Merged Ghost User requested to merge stfaseid_http_refactor into develop
10 files
+ 22
22
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 2
2
@@ -101,8 +101,8 @@ func bootstrapUnitTest() {
log.Fatal(err)
}
northbound := nbi.NewNBI(pndStore)
cpb.RegisterCoreServer(s, northbound.Core)
ppb.RegisterPndServer(s, northbound.Pnd)
cpb.RegisterCoreServiceServer(s, northbound.Core)
ppb.RegisterPndServiceServer(s, northbound.Pnd)
go func() {
if err := s.Serve(lis); err != nil {
log.Fatalf("Server exited with error: %v", err)
Loading