feat: add group

This commit is contained in:
2024-11-16 23:50:34 +07:00
parent b88b04a235
commit c8e61ed4aa
24 changed files with 534 additions and 86 deletions
+1
View File
@@ -5,6 +5,7 @@ import (
)
const (
HostTypeGroup = "group"
HostTypeSSH = "ssh"
HostTypePVE = "pve"
HostTypePVENode = "pve_node"