Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
98
type
Plugin
interface
{
99
AuthZReq(Request) Response
100
AuthZRes(Request) Response
101
}
102
Callers
1
initMux
Method · 0.65
Implementers
1
TestPlugin
authorization/api_test.go
Calls
no outgoing calls
Tested by
no test coverage detected