Skip to content
Snippets Groups Projects
Commit f1606e68 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

change sbi signature

parent f511b020
No related branches found
No related tags found
1 merge request!173Process response overhaul
Pipeline #77026 failed
This commit is part of merge request !173. Comments created here will be created in the context of that merge request.
......@@ -19,9 +19,9 @@ type SouthboundInterface interface { // nolint
// SetNode injects SBI specific model
// representation to the transport.
// Needed for type assertion.
SetNode() func(schema *yang.Entry, root interface{}, path *gpb.Path, val interface{}, opts ...ytypes.SetNodeOpt) error
SetNode(schema *yang.Entry, root interface{}, path *gpb.Path, val interface{}, opts ...ytypes.SetNodeOpt) error
Schema() *ytypes.Schema
ID() uuid.UUID
Type() spb.Type
Unmarshal() func([]byte, []string, ygot.ValidatedGoStruct, ...ytypes.UnmarshalOpt) error
Unmarshal([]byte, []string, ygot.ValidatedGoStruct, ...ytypes.UnmarshalOpt) error
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment