broker

package
v1.8.4 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2019 License: MIT Imports: 9 Imported by: 1

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.

func NewBroker

func NewBroker(
	apiServer api.Server,
	asyncEngine async.Engine,
	store storage.Store,
	catalog service.Catalog,
) (Broker, error)

NewBroker returns a new Broker

Jump to

Keyboard shortcuts

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