driver

package
v0.0.0-...-d655d7c Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2015 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MethodReceiver = "NetworkDriver"
	WeaveContainer = "weave"
	WeaveBridge    = "weave"
)
View Source
const (
	WeaveDNSContainer = "weavedns"
	WeaveDomain       = "weave.local"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver interface {
	SetNameserver(string) error
	Listen(string) error
}

func New

func New(version string) (Driver, error)

type Watcher

type Watcher interface {
	WatchNetwork(uuid string)
	UnwatchNetwork(uuid string)
}

func NewWatcher

func NewWatcher(client *docker.Client) (Watcher, error)

Jump to

Keyboard shortcuts

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