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

Method SetDependency

cf/commandregistry/command.go:12–12  ·  view source on GitHub ↗
(deps Dependency, pluginCall bool)

Source from the content-addressed store, hash-verified

10type Command interface {
11 MetaData() CommandMetadata
12 SetDependency(deps Dependency, pluginCall bool) Command
13 Requirements(requirementsFactory requirements.Factory, context flags.FlagContext) ([]requirements.Requirement, error)
14 Execute(context flags.FlagContext) error
15}

Callers 15

CommandMethod · 0.65
config_test.goFile · 0.65
login_test.goFile · 0.65
version_test.goFile · 0.65
stack_test.goFile · 0.65
help_test.goFile · 0.65
passwd_test.goFile · 0.65
auth_test.goFile · 0.65
api_test.goFile · 0.65
logout_test.goFile · 0.65
target_test.goFile · 0.65

Implementers 15

FakeCommand4plugin/rpc/fakecommand/fake_command4.g
FakeCommand1plugin/rpc/fakecommand/fake_command1.g
FakeCommand3plugin/rpc/fakecommand/fake_command3.g
FakeCommand2plugin/rpc/fakecommand/fake_command2.g
APIcf/commands/api.go
Helpcf/commands/help.go
Passwordcf/commands/passwd.go
OAuthTokencf/commands/oauth_token.go
Targetcf/commands/target.go
Authenticatecf/commands/auth.go
OneTimeSSHCodecf/commands/ssh_code.go
Logincf/commands/login.go

Calls

no outgoing calls

Tested by

no test coverage detected