Skip to content

Commit

Permalink
feat(api): added additional fields coming from unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Sep 27, 2024
1 parent e9a9b37 commit 8e5562f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/models/unit.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ type Unit struct {
type UnitInfo struct {
UnitName string `json:"unit_name"`
Version string `json:"version"`
VersionUpdate string `json:"version_update"`
ScheduledUpdate int `json:"scheduled_update"`
SubscriptionType string `json:"subscription_type"`
SystemID string `json:"system_id"`
SSHPort int `json:"ssh_port"`
Expand Down

0 comments on commit 8e5562f

Please sign in to comment.