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 GetSmartData
// Request detailed systemd service info from agent // Request detailed systemd service info from agent
GetSystemdInfo GetSystemdInfo
// Sync network probe configuration to agent
SyncNetworkProbes
// Request network probe results from agent
GetNetworkProbeResults
// Add new actions here... // Add new actions here...
) )