| 8 | ) |
| 9 | |
| 10 | type ServiceBindingStrategy struct { |
| 11 | Strategy resources.BindingStrategyType |
| 12 | IsSet bool |
| 13 | } |
| 14 | |
| 15 | func (ServiceBindingStrategy) Complete(prefix string) []flags.Completion { |
| 16 | return completions([]string{"single", "multiple"}, prefix, false) |
nothing calls this directly
no outgoing calls
no test coverage detected