Skip to content
Snippets Groups Projects

Process response overhaul

Merged Ghost User requested to merge process-response-overhaul into develop
2 files
+ 7
31
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,6 +2,7 @@ package southbound
import (
spb "code.fbi.h-da.de/cocsn/api/go/gosdn/southbound"
"github.com/openconfig/ygot/ygot"
"github.com/google/uuid"
gpb "github.com/openconfig/gnmi/proto/gnmi"
@@ -22,5 +23,5 @@ type SouthboundInterface interface { // nolint
Schema() *ytypes.Schema
ID() uuid.UUID
Type() spb.Type
Unmarshal() func([]byte, []string, interface{}, ...ytypes.UnmarshalOpt) error
Unmarshal() func([]byte, []string, ygot.GoStruct, ...ytypes.UnmarshalOpt) error
}
Loading