Skip to content

Commit

Permalink
Merge pull request #84 from dell/mdm_port_change
Browse files Browse the repository at this point in the history
changed mdm port type from int to string
  • Loading branch information
shenda1 authored Sep 11, 2023
2 parents 202c127 + d3980ff commit 0509b87
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 0509b87

Please sign in to comment.