From 764b2bf507b9e8addf81de90b2dd894ef1fda2ee Mon Sep 17 00:00:00 2001 From: elrondwong Date: Thu, 26 Dec 2024 18:01:32 +0800 Subject: [PATCH] feat(util): enable usage of ContainerDevice Idx - Completed TODO: current Idx cannot use, because EncodeContainerDevices method Signed-off-by: elrondwong --- pkg/util/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/util/types.go b/pkg/util/types.go index 4bb526556..3a37dac34 100644 --- a/pkg/util/types.go +++ b/pkg/util/types.go @@ -54,7 +54,6 @@ var ( ) type ContainerDevice struct { - // TODO current Idx cannot use, because EncodeContainerDevices method not encode this filed. Idx int UUID string Type string