Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker interface { // Run starts all broker components (e.g. API server and async execution // engine) and blocks until one of those components returns or fails. Run(context.Context) error }
Broker is an interface to be implemented by components that implement full OSB functionality.
Click to show internal directories.
Click to hide internal directories.