rimashah25 commented on code in PR #6996:
URL: https://github.com/apache/trafficcontrol/pull/6996#discussion_r936920224
##########
lib/go-tc/server_server_capability.go:
##########
@@ -27,6 +27,11 @@ type ServerServerCapability struct {
ServerCapability *string `json:"serverCapability"
db:"server_capability"`
}
+type MultipleServerCapabilities struct {
+ ServerID *int `json:"serverId" db:"server"`
Review Comment:
`serverId` is for the json text, it is camelCased when you consider it as a
go variable. I removed the pointer
--
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]