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

Method AuthZRes

authorization/api.go:100–100  ·  view source on GitHub ↗
(Request)

Source from the content-addressed store, hash-verified

98type Plugin interface {
99 AuthZReq(Request) Response
100 AuthZRes(Request) Response
101}
102
103// Handler forwards requests and responses between the docker daemon and the plugin.

Callers 1

initMuxMethod · 0.65

Implementers 1

TestPluginauthorization/api_test.go

Calls

no outgoing calls

Tested by

no test coverage detected