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

Method AddPluginRepository

actor/pluginaction/config.go:10–10  ·  view source on GitHub ↗
(repoName string, repoURL string)

Source from the content-addressed store, hash-verified

8type Config interface {
9 AddPlugin(configv3.Plugin)
10 AddPluginRepository(repoName string, repoURL string)
11 BinaryVersion() string
12 GetPlugin(pluginName string) (configv3.Plugin, bool)
13 PluginHome() string

Callers 3

AddPluginRepositoryMethod · 0.65

Implementers 1

FakeConfigcommand/commandfakes/fake_config.go

Calls

no outgoing calls

Tested by

no test coverage detected