package remote

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

Index

Functions

func Register

Register 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
libnetwork/ipams/remote/apiPackage api defines the data structure to be used in the request/response messages between libnetwork and the remote ipam plugin
Version
v28.2.0-rc.1+incompatible
Published
May 19, 2025
Platform
js/wasm
Imports
11 packages
Last checked
2 hours ago

Tools for package owners.