You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficcontrol.apache.org by Dewayne Richardson <de...@gmail.com> on 2017/10/09 22:05:11 UTC

TC Golang structs refactor

FYI: There's been an ongoing need to refactor the Golang structs to an area
of the code base that affect Traffic Monitor, Traffic Stats, Traffic Ops
Client, and the Golang Proxy.  We've moved all common structs to this area
https://github.com/apache/incubator-trafficcontrol/tree/master/lib/go-tc
and changed the client areas accordingly (so the Golang code all
compiles).

We plan on doing extensive regression testing to ensure no breakage, but
this change was only a refactor of the structs no logic changes.

https://github.com/apache/incubator-trafficcontrol/pull/1367


-Dew