MCPcopy 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

51type 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

newPluginFunction · 0.65

Implementers 2

fakeCandidatecli-plugins/manager/candidate_test.go
candidatecli-plugins/manager/candidate.go

Calls

no outgoing calls

Tested by

no test coverage detected