Skip to content

Commit

Permalink
changed mdm port type from int to string
Browse files Browse the repository at this point in the history
  • Loading branch information
shenda1 committed Sep 11, 2023
1 parent 202c127 commit d3980ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ type Mdm struct {
// StandByMdm defines struct for StandBy MDM
type StandByMdm struct {
Name string `json:"name,omitempty"`
Port int `json:"port,omitempty"`
Port string `json:"port,omitempty"`
IPs []string `json:"ips"`
ManagementIPs []string `json:"managementIps,omitempty"`
Role string `json:"role"`
Expand Down

0 comments on commit d3980ff

Please sign in to comment.