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

Interface Requirement

cf/requirements/requirement.go:5–7  ·  view source on GitHub ↗

go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Requirement

Source from the content-addressed store, hash-verified

3//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Requirement
4
5type Requirement interface {
6 Execute() error
7}

Callers 8

ExecuteMethod · 0.65
login_test.goFile · 0.65
user_test.goFile · 0.65

Implementers 15

FakeCommand4plugin/rpc/fakecommand/fake_command4.g
FakeCommand1plugin/rpc/fakecommand/fake_command1.g
fakeReqplugin/rpc/fakecommand/fake_command1.g
FakeCommand3plugin/rpc/fakecommand/fake_command3.g
FakeCommand2plugin/rpc/fakecommand/fake_command2.g
fakeReq2plugin/rpc/fakecommand/fake_command2.g
PluginsCommandcommand/plugin/plugins_command.go
AddPluginRepoCommandcommand/plugin/add_plugin_repo_command
RepoPluginsCommandcommand/plugin/repo_plugins_command.go
ListPluginReposCommandcommand/plugin/list_plugin_repos_comma
RemovePluginRepoCommandcommand/plugin/remove_plugin_repo_comm
UninstallPluginCommandcommand/plugin/uninstall_plugin_comman

Calls

no outgoing calls

Tested by

no test coverage detected