providers

package
v0.0.0-...-a34d7f4 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2016 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DockerProvider

type DockerProvider struct {
	// contains filtered or unexported fields
}

func (*DockerProvider) Initialize

func (provider *DockerProvider) Initialize(config *ProviderConfig) error

func (*DockerProvider) Provide

func (provider *DockerProvider) Provide(routeRequestChannel chan *router.RouteRequest) error

type Provider

type Provider interface {
	Initialize(config *ProviderConfig) error
	Provide(routeRequestChannel chan *router.RouteRequest) error
}

type ProviderConfig

type ProviderConfig struct {
	Enabled bool
	Docker  *config.DockerConfig
}

Jump to

Keyboard shortcuts

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