You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Each method of the ServiceBroker interface maps to an individual endpoint of the Open Service Broker API.
12
-
//The specification is available here: https://github.com/openservicebrokerapi/servicebroker/blob/v2.14/spec.md
13
-
//The OpenAPI documentation is available here: http://petstore.swagger.io/?url=https://raw.githubusercontent.com/openservicebrokerapi/servicebroker/v2.14/openapi.yaml
11
+
//Each method of the ServiceBroker interface maps to an individual endpoint of the Open Service Broker API.
12
+
//The specification is available here: https://github.com/openservicebrokerapi/servicebroker/blob/v2.14/spec.md
13
+
//The OpenAPI documentation is available here: http://petstore.swagger.io/?url=https://raw.githubusercontent.com/openservicebrokerapi/servicebroker/v2.14/openapi.yaml
14
14
typeServiceBrokerinterface {
15
15
16
16
// Services gets the catalog of services offered by the service broker
//Deprecated: Use github.com/pivotal-cf/brokerapi/domain
27
-
//Each method of the ServiceBroker interface maps to an individual endpoint of the Open Service Broker API.
26
+
//Deprecated: Use github.com/pivotal-cf/brokerapi/domain
27
+
//Each method of the ServiceBroker interface maps to an individual endpoint of the Open Service Broker API.
28
28
//
29
-
//The specification is available here: https://github.com/openservicebrokerapi/servicebroker/blob/v2.14/spec.md
29
+
//The specification is available here: https://github.com/openservicebrokerapi/servicebroker/blob/v2.14/spec.md
30
30
//
31
-
//The OpenAPI documentation is available here: http://petstore.swagger.io/?url=https://raw.githubusercontent.com/openservicebrokerapi/servicebroker/v2.14/openapi.yaml
31
+
//The OpenAPI documentation is available here: http://petstore.swagger.io/?url=https://raw.githubusercontent.com/openservicebrokerapi/servicebroker/v2.14/openapi.yaml
32
32
typeServiceBrokerinterface {
33
33
domain.ServiceBroker
34
34
}
35
35
36
-
//Deprecated: Use github.com/pivotal-cf/brokerapi/domain
36
+
//Deprecated: Use github.com/pivotal-cf/brokerapi/domain
37
37
typeDetailsWithRawParametersinterface {
38
38
domain.DetailsWithRawParameters
39
39
}
40
40
41
-
//Deprecated: Use github.com/pivotal-cf/brokerapi/domain
41
+
//Deprecated: Use github.com/pivotal-cf/brokerapi/domain
42
42
typeDetailsWithRawContextinterface {
43
43
domain.DetailsWithRawContext
44
44
}
45
45
46
-
//Deprecated: Use github.com/pivotal-cf/brokerapi/domain
46
+
//Deprecated: Use github.com/pivotal-cf/brokerapi/domain
47
47
typeProvisionDetails= domain.ProvisionDetails
48
48
49
-
//Deprecated: Use github.com/pivotal-cf/brokerapi/domain
49
+
//Deprecated: Use github.com/pivotal-cf/brokerapi/domain
0 commit comments