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

Struct Handler

authorization/api.go:104–107  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

102
103// Handler forwards requests and responses between the docker daemon and the plugin.
104type Handler struct {
105 plugin Plugin
106 sdk.Handler
107}
108
109// NewHandler initializes the request handler with a plugin implementation.
110func NewHandler(plugin Plugin) *Handler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected