diff --git a/app/types.go b/app/types.go index cae1ae5..33ad749 100644 --- a/app/types.go +++ b/app/types.go @@ -20,7 +20,7 @@ type Cluster struct { } // add mutex and pve api Node object -// override Instances map to bew custom Instance type +// override Instances map to new custom Instance type type Node struct { lock sync.Mutex paas.Node