Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(port int, operations Operations) error
Types ¶
type BrokerError ¶
func (BrokerError) Error ¶
func (b BrokerError) Error() string
type Operations ¶
type Operations interface { Catalog() (*response.Catalog, *BrokerError) Provision(string, *request.Provision) (*response.Provision, *BrokerError) Deprovision(string) (*response.Deprovision, *BrokerError) PollLastOperation(string, *PollLastOperationParams) (*response.PollLastOperation, *BrokerError) UpdateInstance(string, *request.UpdateServiceInstance) (*response.UpdateServiceInstance, *BrokerError) Bind(string, string, *request.Bind) (*response.Bind, *BrokerError) Unbind(string, string) (*response.Unbind, *BrokerError) }
type PollLastOperationParams ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.