cloudfoundry

package
v2.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2019 License: Apache-2.0, Apache-2.0 Imports: 10 Imported by: 5

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
}

type ReverseLogProxy

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

func NewReverseLogProxy

func NewReverseLogProxy(config *ReverseLogProxyConfig, logger lager.Logger) ReverseLogProxy

type ReverseLogProxyConfig

type ReverseLogProxyConfig struct {
	Address           string
	ShardID           string
	DeterministicName string
	TLSConfig         *tls.Config
}

type ReverseLogProxyHandler

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

Jump to

Keyboard shortcuts

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