refactor continues
This commit is contained in:
parent
c038774f2c
commit
51f1eab127
30 changed files with 1373 additions and 474 deletions
6
agent/choco/structs.go
Normal file
6
agent/choco/structs.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package choco
|
||||
|
||||
type ChocoInstalled struct {
|
||||
AgentID string `json:"agent_id"`
|
||||
Installed bool `json:"installed"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue