This is an automated email from the ASF dual-hosted git repository.

dewrich pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ac2f60  re-add PhysLocationsResponse
5ac2f60 is described below

commit 5ac2f60c7bab31bbac77ed0f3017d24fa5101b0e
Author: Dan Kirkwood <dang...@apache.org>
AuthorDate: Thu Mar 1 15:33:01 2018 -0700

    re-add PhysLocationsResponse
---
 lib/go-tc/physlocations.go | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/go-tc/physlocations.go b/lib/go-tc/physlocations.go
index 5942969..76d6c18 100644
--- a/lib/go-tc/physlocations.go
+++ b/lib/go-tc/physlocations.go
@@ -19,6 +19,10 @@ package tc
  * under the License.
  */
 
+type PhysLocationsResponse struct {
+       Response []PhysLocation `json:"response"`
+}
+
 type PhysLocation struct {
        Address     string    `json:"address" db:"address"`
        City        string    `json:"city" db:"city"`

-- 
To stop receiving notification emails like this one, please contact
dewr...@apache.org.

Reply via email to