Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ names
Method
names
command/v7/unbind_service_command.go:112–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
func
(cmd UnbindServiceCommand) names()
map
[string]
interface
{} {
113
return
map
[string]
interface
{}{
114
"ServiceInstanceName"
: cmd.RequiredArgs.ServiceInstanceName,
115
"AppName"
: cmd.RequiredArgs.AppName,
116
}
117
}
Callers
1
Execute
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected