Skip to content
Snippets Groups Projects

Develop

Closed Ghost User requested to merge develop into master
1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
+ 7
7
@@ -6,6 +6,13 @@ import (
var pndc *nucleus.PndStore
// NorthboundInterface is the representation of the
// gRPC services used provided.
type NorthboundInterface struct {
Pnd *pnd
Core *core
}
// NewNBI receives a PndStore and returns a new gRPC *NorthboundInterface
func NewNBI(pnds *nucleus.PndStore) *NorthboundInterface {
pndc = pnds
@@ -14,10 +21,3 @@ func NewNBI(pnds *nucleus.PndStore) *NorthboundInterface {
Core: &core{},
}
}
// NorthboundInterface is the representation of the
// gRPC services used provided.
type NorthboundInterface struct {
Pnd *pnd
Core *core
}
Loading