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

Struct Handler

volume/api.go:118–121  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

116
117// Handler forwards requests and responses between the docker daemon and the plugin.
118type Handler struct {
119 driver Driver
120 sdk.Handler
121}
122
123// NewHandler initializes the request handler with a driver implementation.
124func NewHandler(driver Driver) *Handler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected