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
@@ -8,7 +8,7 @@ import (
)
type streamConn interface {
Send(request *pb.ServerCommandRequest, err error)
Send(request *pb.ServerCommandRequest) error
Recv() (*pb.AgentEvent, error)
Context() context.Context
Close() error