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 2020/01/29 15:38:47 UTC

[trafficcontrol] branch master updated (07dd04a -> 3089b51)

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

mitchell852 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 07dd04a  Rewrite to_extension POST (#4327)
     add 3089b51  Servers/checks go (#4325)

No new revisions were added by this update.

Summary of changes:
 docs/source/api/servers_checks.rst                 |  85 ++++++++
 lib/go-tc/serverchecks.go                          |  87 +++++++--
 traffic_ops/client/servercheck.go                  |  22 ++-
 traffic_ops/testing/api/v1/serverchecks_test.go    |  28 ++-
 traffic_ops/traffic_ops_golang/routing/routes.go   |   2 +-
 .../traffic_ops_golang/servercheck/servercheck.go  | 214 ++++++++++++++++++++-
 6 files changed, 411 insertions(+), 27 deletions(-)
 create mode 100644 docs/source/api/servers_checks.rst