Newer
Older
"code.fbi.h-da.de/danet/gosdn/controller/metrics"
"code.fbi.h-da.de/danet/gosdn/controller/store"
"github.com/prometheus/client_golang/prometheus"
log "github.com/sirupsen/logrus"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
// NorthboundInterface is the representation of the
// gRPC services used provided.
type NorthboundInterface struct {
Sbi *sbiServer
// NewNBI receives a PndStore and returns a new gRPC *NorthboundInterface
func NewNBI(pnds *store.PndStore) *NorthboundInterface {
Sbi: &sbiServer{},