feat: create execute command

This commit is contained in:
2026-05-11 17:40:02 +03:00
parent d27eff2c57
commit 6046b8ae9d
5 changed files with 93 additions and 22 deletions
@@ -0,0 +1,6 @@
package connection_manager
type agentStatus struct {
AgentID string
Online bool
}