ocket8888 opened a new pull request #5248: URL: https://github.com/apache/trafficcontrol/pull/5248
## What does this PR (Pull Request) do? - [x] This PR is not related to any Issue At some point (probably when I added interfaces to servers) a bunch of TO client methods dealing with servers changed their call signatures (I think it was always from `tc.Server` to `tc.ServerNullable`. This not only fixes that, but also changes client server methods that use APIv3 structures to now use `tc.ServerV30` instead of the deprecated alias `tc.ServerNullable`. ## Which Traffic Control components are affected by this PR? - Traffic Ops Client (Go) - Traffic Monitor - Traffic Ops ORT (atstccfg) ## What is the best way to verify this PR? Make sure all the existing tests are still passing. ## If this is a bug fix, what versions of Traffic Control are affected? - master - 5.0.0RC1 ## The following criteria are ALL met by this PR - [x] No new tests because no behavior changes - [x] Documentation is unnecessary - [x] An update to CHANGELOG.md is not necessary - [x] This PR includes any and all required license headers - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY** ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
