From 3eaf12a7d5038942692b3bcb8f83e8731f7bd57e Mon Sep 17 00:00:00 2001 From: xiaomiku01 Date: Sat, 11 Apr 2026 00:20:43 +0800 Subject: [PATCH] feat: add SyncNetworkProbes and GetNetworkProbeResults action types --- internal/common/common-ws.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/common/common-ws.go b/internal/common/common-ws.go index 4f2f5d22..89a3c823 100644 --- a/internal/common/common-ws.go +++ b/internal/common/common-ws.go @@ -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... )