Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindingDetails ¶
type BindingDetails struct {
Parameters JSONObject `json:"parameters"`
Credentials JSONObject `json:"credentials"`
}
type JSONObject ¶
type JSONObject map[string]interface{}
JSONObject represents a JSON object. When not initialized it serializes to `{}`, whereas a `map[string]interface{}` serializes to `null`.
func (JSONObject) MarshalJSON ¶
func (j JSONObject) MarshalJSON() ([]byte, error)
type ServiceInstanceDetails ¶
type ServiceInstanceDetails struct {
ServiceID string `json:"service_id"`
PlanID string `json:"plan_id"`
Parameters JSONObject `json:"parameters"`
}
Click to show internal directories.
Click to hide internal directories.