From b7080c78cf2fe10a23369b307334f3a2a4a04f67 Mon Sep 17 00:00:00 2001 From: Derik Evangelista Date: Wed, 13 Nov 2019 11:01:58 +0000 Subject: [PATCH] Add maintenance info to previous values [#169177292] --- domain/service_broker.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/domain/service_broker.go b/domain/service_broker.go index e84bb64f..dbc6d22e 100644 --- a/domain/service_broker.go +++ b/domain/service_broker.go @@ -124,10 +124,11 @@ type UpdateDetails struct { } type PreviousValues struct { - PlanID string `json:"plan_id"` - ServiceID string `json:"service_id"` - OrgID string `json:"organization_id"` - SpaceID string `json:"space_id"` + PlanID string `json:"plan_id"` + ServiceID string `json:"service_id"` + OrgID string `json:"organization_id"` + SpaceID string `json:"space_id"` + MaintenanceInfo *MaintenanceInfo `json:"maintenance_info,omitempty"` } type UpdateServiceSpec struct {