You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/04/13 04:38:41 UTC

[GitHub] [trafficcontrol] dmohan001c commented on a change in pull request #5735: Adds TO client api tests for Division automation

dmohan001c commented on a change in pull request #5735:
URL: https://github.com/apache/trafficcontrol/pull/5735#discussion_r612125360



##########
File path: traffic_ops/v4-client/division.go
##########
@@ -52,6 +52,17 @@ func (to *Session) GetDivisions(header http.Header) ([]tc.Division, toclientlib.
 	return data.Response, reqInf, err
 }
 
+// GetDivisions with Params returns all Divisions with matching params in Traffic Ops
+func (to *Session) GetDivisionsWithParams(header http.Header, params url.Values) ([]tc.Division, toclientlib.ReqInf, error) {

Review comment:
       updated in the latest fix.




-- 
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:
users@infra.apache.org