Resolve "Internal Changes representation is not working as expected"
Merged
requested to merge 152-internal-changes-representation-is-not-working-as-expected into develop
Compare changes
+ 74
− 32
@@ -36,16 +38,18 @@ func NewChange(device uuid.UUID, currentState ygot.GoStruct, change ygot.GoStruc
@@ -54,16 +58,18 @@ func NewChange(device uuid.UUID, currentState ygot.GoStruct, change ygot.GoStruc
@@ -75,9 +81,7 @@ func (c *Change) ID() uuid.UUID {
@@ -89,9 +93,7 @@ func (c *Change) Commit() error {
@@ -108,51 +110,91 @@ func (c *Change) Age() time.Duration {