Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { Catalog() (*brokerapi.Catalog, error) GetServiceInstance(id string) (string, error) CreateServiceInstance(id string, req *brokerapi.CreateServiceInstanceRequest) (*brokerapi.CreateServiceInstanceResponse, error) RemoveServiceInstance(id string) (*brokerapi.DeleteServiceInstanceResponse, error) Bind(instanceID string, bindingID string, req *brokerapi.BindingRequest) (*brokerapi.CreateServiceBindingResponse, error) UnBind(instanceID string, bindingID string) error }
Controller defines the APIs that all controllers are expected to support. Implementations should be concurrency-safe
Click to show internal directories.
Click to hide internal directories.