MCPcopy 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
112func (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

ExecuteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected