You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/09/26 16:35:15 UTC

[GitHub] rob05c closed pull request #2875: fix inconsistent field Signed in non nullable DSv11 struct

rob05c closed pull request #2875: fix inconsistent field Signed in non nullable DSv11 struct
URL: https://github.com/apache/trafficcontrol/pull/2875
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/lib/go-tc/deliveryservices.go b/lib/go-tc/deliveryservices.go
index c47301c40..d84777e9a 100644
--- a/lib/go-tc/deliveryservices.go
+++ b/lib/go-tc/deliveryservices.go
@@ -131,7 +131,7 @@ type DeliveryServiceV11 struct {
 	RegionalGeoBlocking      bool                   `json:"regionalGeoBlocking"`
 	RemapText                string                 `json:"remapText"`
 	RoutingName              string                 `json:"routingName"`
-	SigningAlgorithm         string                 `json:"signingAlgorithm" db:"signing_algorithm"`
+	Signed                   bool                   `json:"signed"`
 	TypeID                   int                    `json:"typeId"`
 	Type                     DSType                 `json:"type"`
 	TRResponseHeaders        string                 `json:"trResponseHeaders"`


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services