add placehomer unexported unittypes for later

This commit is contained in:
2025-02-18 00:34:16 -08:00
parent 451a949ace
commit 14a2ca2acd

View File

@@ -13,3 +13,18 @@ type Unit struct {
Sub string Sub string
Description string Description string
} }
var unitTypes = []string{
"automount",
"device",
"mount",
"path",
"scope",
"service",
"slice",
"snapshot",
"socket",
"swap",
"target",
"timer",
}