MCPcopy Index your code
hub / github.com/docker/cli / Path

Method Path

cli-plugins/manager/plugin.go:52–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50// pluginCandidate represents a possible plugin candidate, for mocking purposes.
51type pluginCandidate interface {
52 Path() string
53 Metadata() ([]byte, error)
54}
55

Implementers 2

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

Calls

no outgoing calls