MCPcopy Index your code
hub / github.com/cloudfoundry/cli / ServiceBindingStrategy

Struct ServiceBindingStrategy

command/flag/service_binding_strategy.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type ServiceBindingStrategy struct {
11 Strategy resources.BindingStrategyType
12 IsSet bool
13}
14
15func (ServiceBindingStrategy) Complete(prefix string) []flags.Completion {
16 return completions([]string{"single", "multiple"}, prefix, false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected