You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The port link status constants are of type LinkStatus rather that PortLinkStatus *1. This seems to be a mistake as Port.LinkStatus is of type PortLinkStatus *2
The port link status constants are of type
LinkStatus
rather thatPortLinkStatus
*1. This seems to be a mistake asPort.LinkStatus
is of typePortLinkStatus
*2*1 https://github.com/stmcginnis/gofish/blob/main/redfish/port.go#L143
*2 https://github.com/stmcginnis/gofish/blob/main/redfish/port.go#L723
The text was updated successfully, but these errors were encountered: