Skip to content
Snippets Groups Projects

Process response overhaul

Merged Ghost User requested to merge process-response-overhaul into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -23,5 +23,5 @@ type SouthboundInterface interface { // nolint
@@ -23,5 +23,5 @@ type SouthboundInterface interface { // nolint
Schema() *ytypes.Schema
Schema() *ytypes.Schema
ID() uuid.UUID
ID() uuid.UUID
Type() spb.Type
Type() spb.Type
Unmarshal() func([]byte, []string, ygot.GoStruct, ...ytypes.UnmarshalOpt) error
Unmarshal() func([]byte, []string, ygot.ValidatedGoStruct, ...ytypes.UnmarshalOpt) error
}
}
Loading