This is an automated email from the ASF dual-hosted git repository.

rob pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new fdb71db  fix inconsistent field Signed in non nullable DSv11 struct
fdb71db is described below

commit fdb71db7d734231adae0ab6cc2577770acbe56cd
Author: Jesse Rivas <jesse_ri...@comcast.com>
AuthorDate: Tue Sep 25 13:23:59 2018 -0600

    fix inconsistent field Signed in non nullable DSv11 struct
---
 lib/go-tc/deliveryservices.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/go-tc/deliveryservices.go b/lib/go-tc/deliveryservices.go
index c47301c..d84777e 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"`

Reply via email to