package
Version:
v0.12.0
Opens a new window with list of versions in this module.
Published: Apr 13, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
type ServiceBindingSpec struct {
ID string `json:"id"`
InstanceID string `json:"instanceID"`
ServiceID string `json:"serviceID"`
PlanID string `json:"planID"`
Params map[string]interface{} `json:"params"`
BindResource *osb.BindResource `json:"bindResource"`
}
type ServiceClassSpec struct {
osb.Service `json:"service"`
}
type ServiceInstanceSpec struct {
ID string `json:"id"`
ServiceID string `json:"serviceID"`
PlanID string `json:"planID"`
Params map[string]interface{} `json:"params"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.