rmmagent/agent/choco/structs.go
2022-06-21 16:12:14 -07:00

6 lines
119 B
Go

package choco
type ChocoInstalled struct {
AgentID string `json:"agent_id"`
Installed bool `json:"installed"`
}