Skip to content

Commit

Permalink
change the fields of License object
Browse files Browse the repository at this point in the history
  • Loading branch information
ssh-morty committed Jul 24, 2023
1 parent ee9296a commit 64c3d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/licensemanager/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type License struct {
IsOffline bool `json:"isoffline,omitempty"`
Optin bool `json:"optin,omitempty"`
Features []string `json:"features,omitempty"`
HostInUse int `json:"hosts_in_use,omitempty"`
AuditHostInUse int `json:"audit_hosts_in_use,omitempty"`
HostsInUse int `json:"hosts_in_use,omitempty"`
AuditHostsInUse int `json:"audit_hosts_in_use,omitempty"`
UsersInUse int `json:"users_in_use,omitempty"`
}

0 comments on commit 64c3d71

Please sign in to comment.