Commit-Confirm Mechanic for PND
Compare changes
- Manuel Kieweg authored
+ 99
− 17
@@ -2,19 +2,21 @@ package nucleus
@@ -22,8 +24,16 @@ const (
@@ -75,22 +85,55 @@ func (g *Gnmi) Get(ctx context.Context, params ...string) (interface{}, error) {
@@ -101,19 +144,66 @@ func (g *Gnmi) Set(ctx context.Context, args ...interface{}) (interface{}, error
@@ -141,7 +231,7 @@ func (g *Gnmi) ProcessResponse(resp interface{}, root interface{}, s *ytypes.Sch
@@ -157,14 +247,6 @@ func (g *Gnmi) ProcessResponse(resp interface{}, root interface{}, s *ytypes.Sch