Skip to content

Commit

Permalink
feat(util): enable usage of ContainerDevice Idx
Browse files Browse the repository at this point in the history
- Completed TODO: current Idx cannot use, because EncodeContainerDevices method

Signed-off-by: elrondwong <[email protected]>
  • Loading branch information
elrondwong committed Dec 26, 2024
1 parent ba2ad3c commit 764b2bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/util/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 764b2bf

Please sign in to comment.