You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2017/01/10 03:38:44 UTC

[32/50] incubator-trafficcontrol git commit: add HardwareTest

add HardwareTest


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/105e1a4c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/105e1a4c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/105e1a4c

Branch: refs/heads/master
Commit: 105e1a4ca038a6522c8da2b01dcc37d0841524c9
Parents: 580c4c8
Author: David Neuman <da...@gmail.com>
Authored: Fri Dec 2 15:01:05 2016 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Sun Jan 8 21:05:00 2017 -0700

----------------------------------------------------------------------
 traffic_ops/client/delivery_service_resources.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/105e1a4c/traffic_ops/client/delivery_service_resources.go
----------------------------------------------------------------------
diff --git a/traffic_ops/client/delivery_service_resources.go b/traffic_ops/client/delivery_service_resources.go
index be6667e..26d64d8 100644
--- a/traffic_ops/client/delivery_service_resources.go
+++ b/traffic_ops/client/delivery_service_resources.go
@@ -190,7 +190,7 @@ type DeliveryServiceServerResponse struct {
 	Response []DeliveryServiceServer `json:"response"`
 	Size     int                     `json:"size"`
 	OrderBy  string                  `json:"orderby"`
-	Limit    string                  `json:"limit"`
+	Limit    int                     `json:"limit"`
 }
 
 // DeliveryServiceServer ...