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

Struct Handler

network/api.go:209–212  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

207
208// Handler forwards requests and responses between the docker daemon and the plugin.
209type Handler struct {
210 driver Driver
211 sdk.Handler
212}
213
214// NewHandler initializes the request handler with a driver implementation.
215func NewHandler(driver Driver) *Handler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected