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/28 21:18:57 UTC

[GitHub] [trafficcontrol] alebricio commented on a change in pull request #5795: Fix `go vet`: Struct field tag issues

alebricio commented on a change in pull request #5795:
URL: https://github.com/apache/trafficcontrol/pull/5795#discussion_r622564102



##########
File path: traffic_monitor/health/event.go
##########
@@ -42,8 +42,8 @@ type Event struct {
 	Hostname      string `json:"hostname"`
 	Type          string `json:"type"`
 	Available     bool   `json:"isAvailable"`
-	IPv4Available bool   `json:"isAvailable"`
-	IPv6Available bool   `json:"isAvailable"`
+	IPv4Available bool   `json:"isIPv4Available"`

Review comment:
       Made changes ~ Thank you for your review! 




-- 
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