agent.go 179 B

1234567
  1. package types
  2. type GetAgentResponse struct {
  3. Version string `json:"version"`
  4. LatestVersion string `json:"latest_version"`
  5. ShouldUpgrade bool `json:"should_upgrade"`
  6. }