broker

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2017 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Broker

type Broker interface {
	// Start starts all broker components (e.g. API server and async execution
	// engine) and blocks until one of those components returns or fails.
	Start(context.Context) error
}

Broker is an interface to be implemented by components that implement full OSB functionality.

func NewBroker

func NewBroker(
	redisClient *redis.Client,
	codec crypto.Codec,
	authenticator authenticator.Authenticator,
	modules []service.Module,
	minStability service.Stability,
) (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