Skip to content

Commit

Permalink
Updated v7 with latest changes
Browse files Browse the repository at this point in the history
169177292]
  • Loading branch information
Derik Evangelista committed Nov 13, 2019
1 parent b7080c7 commit c6d8338
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions create_version_dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ for f in $go_files ; do
mkdir -p "$version/$(dirname $f)"
cp $f $version/$(dirname $f)
done
cp go.mod "$version/"
go mod edit -module github.com/pivotal-cf/brokerapi/"$version" "$version"/go.mod
9 changes: 5 additions & 4 deletions v7/domain/service_broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c6d8338

Please sign in to comment.