Resolve "gNMI proto encoding"
Compare changes
- Manuel Kieweg authored
+ 27
− 5
@@ -12,9 +12,12 @@ import (
@@ -12,9 +12,12 @@ import (
SetNode() func(schema *yang.Entry, root interface{}, path *gpb.Path, val interface{}, opts ...ytypes.SetNodeOpt) error
@@ -22,11 +25,19 @@ type SouthboundInterface interface {
@@ -22,11 +25,19 @@ type SouthboundInterface interface {
@@ -39,7 +50,10 @@ func (oc *OpenConfig) Schema() *ytypes.Schema {
@@ -39,7 +50,10 @@ func (oc *OpenConfig) Schema() *ytypes.Schema {
func (oc *OpenConfig)SetNode() func(schema *yang.Entry, root interface{}, path *gpb.Path, val interface{}, opts ...ytypes.SetNodeOpt) error {
return func(schema *yang.Entry, root interface{}, path *gpb.Path, val interface{}, opts ...ytypes.SetNodeOpt) error {
@@ -48,9 +62,14 @@ func (oc *OpenConfig)SetNode() func(schema *yang.Entry, root interface{}, path *
@@ -48,9 +62,14 @@ func (oc *OpenConfig)SetNode() func(schema *yang.Entry, root interface{}, path *
@@ -65,7 +84,10 @@ func (oc *AristaOC) Schema() *ytypes.Schema {
@@ -65,7 +84,10 @@ func (oc *AristaOC) Schema() *ytypes.Schema {
func (oc *AristaOC)SetNode() func(schema *yang.Entry, root interface{}, path *gpb.Path, val interface{}, opts ...ytypes.SetNodeOpt) error {
return func(schema *yang.Entry, root interface{}, path *gpb.Path, val interface{}, opts ...ytypes.SetNodeOpt) error {