Skip to content
Snippets Groups Projects

[renovate] Update module github.com/pterm/pterm to v0.12.61

Merged Ghost User requested to merge renovate/github.com-pterm-pterm-0.x into master
Files
9
@@ -6,6 +6,7 @@ import (
mnepb "code.fbi.h-da.de/danet/gosdn/api/go/gosdn/networkelement"
"github.com/google/uuid"
"github.com/openconfig/gnmi/proto/gnmi"
)
// Change is an intended change to an MNE. It is unique and immutable.
@@ -20,6 +21,7 @@ type Change interface {
Confirm() error
PreviousState() []byte
IntendedState() []byte
Diff() *gnmi.Notification
AssociatedDeviceID() uuid.UUID
}
@@ -28,4 +30,5 @@ type Change interface {
type Payload struct {
Original []byte
Modified []byte
Diff *gnmi.Notification
}
Loading