Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/cli
/ Metadata
Method
Metadata
cli-plugins/manager/plugin.go:53–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
type
pluginCandidate
interface
{
52
Path() string
53
Metadata() ([]byte, error)
54
}
55
56
// newPlugin determines if the given candidate is valid and returns a
Callers
1
newPlugin
Function · 0.65
Implementers
2
fakeCandidate
cli-plugins/manager/candidate_test.go
candidate
cli-plugins/manager/candidate.go
Calls
no outgoing calls
Tested by
no test coverage detected