feat: add SyncNetworkProbes and GetNetworkProbeResults action types

This commit is contained in:
xiaomiku01
2026-04-11 01:21:38 +08:00
parent 3793b27958
commit 3eaf12a7d5
+4
View File
@@ -22,6 +22,10 @@ const (
GetSmartData
// Request detailed systemd service info from agent
GetSystemdInfo
// Sync network probe configuration to agent
SyncNetworkProbes
// Request network probe results from agent
GetNetworkProbeResults
// Add new actions here...
)