@@ -18,60 +18,60 @@ package brokerapi
1818import (
1919 "reflect"
2020
21- "github.com/pivotal-cf/ brokerapi/v12 /domain"
21+ "code.cloudfoundry.org/ brokerapi/v13 /domain"
2222)
2323
24- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
24+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
2525type Service = domain.Service
2626
27- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
27+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
2828type ServiceDashboardClient = domain.ServiceDashboardClient
2929
30- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
30+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
3131type ServicePlan = domain.ServicePlan
3232
33- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
33+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
3434type ServiceSchemas = domain.ServiceSchemas
3535
36- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
36+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
3737type ServiceInstanceSchema = domain.ServiceInstanceSchema
3838
39- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
39+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
4040type ServiceBindingSchema = domain.ServiceBindingSchema
4141
42- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
42+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
4343type Schema = domain.Schema
4444
45- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
45+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
4646type ServicePlanMetadata = domain.ServicePlanMetadata
4747
48- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
48+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
4949type ServicePlanCost = domain.ServicePlanCost
5050
51- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
51+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
5252type ServiceMetadata = domain.ServiceMetadata
5353
54- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
54+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
5555func FreeValue (v bool ) * bool {
5656 return domain .FreeValue (v )
5757}
5858
59- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
59+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
6060func BindableValue (v bool ) * bool {
6161 return domain .BindableValue (v )
6262}
6363
64- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
64+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
6565type RequiredPermission = domain.RequiredPermission
6666
67- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
67+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
6868const (
6969 PermissionRouteForwarding = domain .PermissionRouteForwarding
7070 PermissionSyslogDrain = domain .PermissionSyslogDrain
7171 PermissionVolumeMount = domain .PermissionVolumeMount
7272)
7373
74- // Deprecated: Use github.com/pivotal-cf/ brokerapi/domain
74+ // Deprecated: Use code.cloudfoundry.org/ brokerapi/v13 /domain
7575func GetJsonNames (s reflect.Value ) (res []string ) {
7676 return domain .GetJsonNames (s )
7777}
0 commit comments