ocket8888 commented on a change in pull request #4374: Create API v2 tests
URL: https://github.com/apache/trafficcontrol/pull/4374#discussion_r382848230
##########
File path: traffic_ops/client/deliveryservice.go
##########
@@ -394,6 +394,16 @@ func (to *Session) GetDeliveryServiceCapacity(id string)
(*tc.DeliveryServiceCap
// GetDeliveryServiceServer returns associations between Delivery Services and
servers using the
// provided pagination controls.
+func (to *Session) GetDeliveryServiceRouting(id string)
(*tc.DeliveryServiceRouting, ReqInf, error) {
Review comment:
Oh, also the GoDoc above this `func` actually belongs to the client method
below: `GetDeliveryServiceServer`.
----------------------------------------------------------------
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]
With regards,
Apache Git Services