Process response overhaul
Compare changes
- Manuel Kieweg authored
+ 46
− 22
@@ -2,6 +2,7 @@ package nucleus
@@ -35,7 +36,7 @@ var opmap = map[ppb.ApiOperation]string{
@@ -66,11 +67,12 @@ func newGnmiTransport(opts *tpb.TransportOption, sbi southbound.SouthboundInterf
@@ -117,7 +119,7 @@ func (g *Gnmi) Set(ctx context.Context, args ...interface{}) error {
@@ -138,15 +140,15 @@ func (g *Gnmi) Set(ctx context.Context, args ...interface{}) error {
@@ -223,28 +225,50 @@ func (g *Gnmi) Type() string {