rob05c commented on a change in pull request #2269: Deliveryservice_Server API
conversion to Go
URL:
https://github.com/apache/incubator-trafficcontrol/pull/2269#discussion_r188110995
##########
File path: lib/go-tc/deliveryservice_servers.go
##########
@@ -19,21 +21,40 @@ import "time"
// DeliveryServiceServerResponse ...
type DeliveryServiceServerResponse struct {
+ Orderby string `json:"orderby"`
Response []DeliveryServiceServer `json:"response"`
Size int `json:"size"`
- OrderBy string `json:"orderby"`
Limit int `json:"limit"`
}
+type DSSMapResponse struct {
+ DsId int `json:"dsId"`
Review comment:
This needs `gofmt` run on it. You can quickly run it on all the files in a
directory via via `gofmt -w ./...`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services