mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-28 11:28:58 -07:00
feat: make environment variables useful.
fix: made config file an environment variable. fix: reordered and renamed part of the Agent structure.
This commit is contained in:
parent
2b0975b30a
commit
8077c66fc9
5 changed files with 50 additions and 27 deletions
|
@ -111,10 +111,10 @@ type WorkerDetails struct {
|
|||
}
|
||||
|
||||
type AgentDetails struct {
|
||||
Client string `hcl:"client"`
|
||||
Shasum string `hcl:"shasum"`
|
||||
Status int `hcl:"status"`
|
||||
Hints []string
|
||||
ScriptCode []byte
|
||||
Answer []byte
|
||||
Status byte `hcl:"status"`
|
||||
Client string `hcl:"client"`
|
||||
Shasum string `hcl:"shasum"`
|
||||
Hints []string
|
||||
Script []byte
|
||||
Answer []byte
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue