From 1af2dd83f70062fe44892441f90c78665dae66ec Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <manuel.kieweg@h-da.de> Date: Tue, 22 Jun 2021 11:35:23 +0100 Subject: [PATCH] change sbi signature --- interfaces/southbound/sbi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/southbound/sbi.go b/interfaces/southbound/sbi.go index 92e17fcbd..88d28a761 100644 --- a/interfaces/southbound/sbi.go +++ b/interfaces/southbound/sbi.go @@ -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 } -- GitLab