Fix id type

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-30 14:32:12 -08:00
parent 5594e4a421
commit f91b954845

View File

@@ -31,7 +31,7 @@ import (
type ( type (
Control struct { Control struct {
ID gid.GID ID gid.GID
FrameworkID string FrameworkID gid.GID
Name string Name string
Description string Description string
State ControlState State ControlState