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_r188111222
##########
File path: lib/go-tc/deliveryservice_servers.go
##########
@@ -78,3 +99,65 @@ type DssServer struct {
TypeID *int `json:"typeId"
db:"server_type_id"`
UpdPending *bool `json:"updPending"
db:"upd_pending"`
}
+
+// DeliveryServiceNullable - a version of the deliveryservice that allows for
all fields to be null
Review comment:
type-level comment should start with `// DSSDeliveryService`
----------------------------------------------------------------
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