Populating AgentDetails and sending it, instead of just the script.

This commit is contained in:
James Wells 2021-11-08 18:06:41 -08:00
parent abba1972d1
commit 27045c94d6
Signed by: jwells
GPG key ID: 73196D10B8E65666
2 changed files with 9 additions and 6 deletions

View file

@ -129,4 +129,5 @@ type AgentDetails struct {
Status string `hcl:"status"`
ScriptCode []byte
Hints []string
Answer []byte
}