feat: add SyncNetworkProbes and GetNetworkProbeResults action types

This commit is contained in:
xiaomiku01
2026-04-11 00:20:43 +08:00
parent 3793b27958
commit 3eaf12a7d5

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...
)