Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindCredentials ¶
type BindRequest ¶
type BindResponse ¶
type BindResponse struct {
Credentials BindCredentials `json:"credentials"`
}
type Broker ¶
type Broker struct {
// contains filtered or unexported fields
}
func (*Broker) RegisterService ¶
func (b *Broker) RegisterService(id string, service ServiceBroker)
type ServiceBroker ¶
type ServiceBroker interface { Create(string, ServiceRequest, config.PlanConfig) error Destroy(string) error Bind(string, string, BindRequest, config.PlanConfig) (BindResponse, error) Unbind(string, string) error }
Click to show internal directories.
Click to hide internal directories.