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

change sbi signature

parent e9316e4c
Branches
Tags
1 merge request!173Process response overhaul
Pipeline #76954 failed
This commit is part of merge request !173. Comments created here will be created in the context of that merge request.
......@@ -23,5 +23,5 @@ type SouthboundInterface interface { // nolint
Schema() *ytypes.Schema
ID() uuid.UUID
Type() spb.Type
Unmarshal() func([]byte, []string, ygot.GoStruct, ...ytypes.UnmarshalOpt) error
Unmarshal() func([]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