MCPcopy
hub / github.com/cloudfoundry/cli / GetPluginRepository

Method GetPluginRepository

actor/pluginaction/plugin_client.go:8–8  ·  view source on GitHub ↗
(repositoryURL string)

Source from the content-addressed store, hash-verified

6
7type PluginClient interface {
8 GetPluginRepository(repositoryURL string) (plugin.PluginRepository, error)
9 DownloadPlugin(pluginURL string, path string, proxyReader plugin.ProxyReader) error
10}

Implementers 2

Clientapi/plugin/client.go
FakePluginClientactor/pluginaction/pluginactionfakes/f

Calls

no outgoing calls

Tested by

no test coverage detected