package remote

import "github.com/docker/libnetwork/ipams/remote"

Index

Functions

func Init

func Init(cb ipamapi.Callback, l, g interface{}) error

Init registers a remote ipam when its plugin is activated

Types

type PluginResponse

type PluginResponse interface {
	IsSuccess() bool
	GetError() string
}

PluginResponse is the interface for the plugin request responses

Source Files

remote.go

Directories

PathSynopsis
ipams/remote/apiPackage api defines the data structure to be used in the request/response messages between libnetwork and the remote ipam plugin
Version
v0.5.6 (latest)
Published
Jan 15, 2016
Platform
linux/amd64
Imports
7 packages
Last checked
3 hours ago

Tools for package owners.