jagan-parthiban commented on code in PR #7545:
URL: https://github.com/apache/trafficcontrol/pull/7545#discussion_r1214267761
##########
lib/go-tc/stats_summary.go:
##########
@@ -187,3 +187,115 @@ type StatsSummaryLastUpdatedAPIResponse struct {
Response StatsSummaryLastUpdated `json:"response"`
Alerts
}
+
+// StatsSummaryV5 is an alias for the latest minor version for the major
version 5.
+type StatsSummaryV5 StatsSummaryV51
+
+// StatsSummaryV51 is a summary of some kind of statistic for a CDN and/or
+// Delivery Service.
+type StatsSummaryV51 struct {
Review Comment:
Fixed it.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]