fix gnmi set issues and simplify interface
Compare changes
+ 1
− 1
@@ -87,7 +87,7 @@ func bootstrapUnitTest() {
@@ -87,7 +87,7 @@ func bootstrapUnitTest() {
Gnmi.Set()
is simplified, leveraging ygot.Diff()
. The Transport.Set()
interface was clarified by replacing the empty interface{}
parameter by the change.Payload
struct containing the original and modified state both represented by a ygot.GoStruct