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

Struct Handler

secrets/api.go:64–67  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

62
63// Handler forwards requests and responses between the docker daemon and the plugin.
64type Handler struct {
65 driver Driver
66 sdk.Handler
67}
68
69// NewHandler initializes the request handler with a driver implementation.
70func NewHandler(driver Driver) *Handler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected