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

Method AuthZReq

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

Source from the content-addressed store, hash-verified

97// Plugin represent the interface a plugin must fulfill.
98type Plugin interface {
99 AuthZReq(Request) Response
100 AuthZRes(Request) Response
101}
102

Callers 1

initMuxMethod · 0.65

Implementers 1

TestPluginauthorization/api_test.go

Calls

no outgoing calls

Tested by

no test coverage detected