Skip to content
Snippets Groups Projects

Draft: Resolve "A SetRequest to change a specific path of an OND only works for paths with string values"

12 files
+ 58
74
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -23,5 +23,5 @@ type SouthboundInterface interface { // nolint
Schema() *ytypes.Schema
ID() uuid.UUID
Type() spb.Type
Unmarshal([]byte, []string, ygot.ValidatedGoStruct, ...ytypes.UnmarshalOpt) error
Unmarshal([]byte, *gpb.Path, ygot.ValidatedGoStruct, ...ytypes.UnmarshalOpt) error
}
Loading