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

Method names

command/v7/bind_service_command.go:139–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137}
138
139func (cmd BindServiceCommand) names() map[string]interface{} {
140 return map[string]interface{}{
141 "ServiceInstanceName": cmd.RequiredArgs.ServiceInstanceName,
142 "AppName": cmd.RequiredArgs.AppName,
143 }
144}

Callers 1

ExecuteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected