Skip to content

Commit

Permalink
Merge pull request #999 from hemkapoor/odim-6496
Browse files Browse the repository at this point in the history
odim-6496: Modify datatype for location under Port struct
  • Loading branch information
shivacharanms authored Aug 26, 2022
2 parents fe2d093 + a2365ee commit f7709c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-dmtf/model/port.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type Port struct {
EnvironmentMetrics *Link `json:"EnvironmentMetrics,omitempty"`
FunctionMaxBandwidth []*FunctionBandwidth `json:"FunctionMaxBandwidth,omitempty"`
FunctionMinBandwidth []*FunctionBandwidth `json:"FunctionMinBandwidth,omitempty"`
Location *Link `json:"Location,omitempty"`
Location interface{} `json:"Location,omitempty"`
SFP SFP `json:"SFP,omitempty"`
}

Expand Down

0 comments on commit f7709c2

Please sign in to comment.