MCPcopy Index your code
hub / github.com/cloudfoundry/cli / DownloadPlugin

Method DownloadPlugin

actor/pluginaction/plugin_client.go:9–9  ·  view source on GitHub ↗
(pluginURL string, path string, proxyReader plugin.ProxyReader)

Source from the content-addressed store, hash-verified

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