MCPcopy Create free account
hub / github.com/docker/go-plugins-helpers / Handler

Struct Handler

ipam/api.go:92–95  ·  view source on GitHub ↗

Handler forwards requests and responses between the docker daemon and the plugin.

Source from the content-addressed store, hash-verified

90
91// Handler forwards requests and responses between the docker daemon and the plugin.
92type Handler struct {
93 ipam Ipam
94 sdk.Handler
95}
96
97// NewHandler initializes the request handler with a driver implementation.
98func NewHandler(ipam Ipam) *Handler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected