cloudfoundry

package
v0.0.207 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2017 License: Apache-2.0, Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppInfo

type AppInfo struct {
	AppName   string
	SpaceGUID string
	SpaceName string
	OrgGUID   string
	OrgName   string
}

type AppInfoRepository

type AppInfoRepository interface {
	GetAppInfo(string) AppInfo
}

func NewAppInfoRepository

func NewAppInfoRepository(cfClient *cfclient.Client) AppInfoRepository

func NullAppInfoRepository

func NullAppInfoRepository() AppInfoRepository

type Firehose

type Firehose interface {
	Connect() (<-chan *events.Envelope, <-chan error)
}

func NewFirehose

func NewFirehose(cfConfig *cfclient.Config, cfClient *cfclient.Client, subscriptionID string) Firehose

type FirehoseHandler

type FirehoseHandler interface {
	HandleEvent(*events.Envelope) error
}

Jump to

Keyboard shortcuts

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