resources

package
v0.0.0-...-0c5d735 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL