6 lines
119 B
Go
6 lines
119 B
Go
package choco
|
|
|
|
type ChocoInstalled struct {
|
|
AgentID string `json:"agent_id"`
|
|
Installed bool `json:"installed"`
|
|
}
|