rawlinp commented on code in PR #6544:
URL: https://github.com/apache/trafficcontrol/pull/6544#discussion_r848655840
##########
lib/go-tc/servers.go:
##########
@@ -700,6 +700,44 @@ type CommonServerProperties struct {
XMPPPasswd *string `json:"xmppPasswd"
db:"xmpp_passwd"`
}
+type CommonServerPropertiesV40 struct {
Review Comment:
I leave the decision up to you, Rima -- I generally prefer option B, but I'm
not hung up on it. Since the plan is to eventually cleanly remove API v3, the
duplication is temporary (or, _should_ be temporary at least).
--
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]