| 7 | ) |
| 8 | |
| 9 | type OrgRole struct { |
| 10 | Role string |
| 11 | } |
| 12 | |
| 13 | func (OrgRole) Complete(prefix string) []flags.Completion { |
| 14 | return completions([]string{"OrgManager", "BillingManager", "OrgAuditor"}, prefix, false) |
nothing calls this directly
no outgoing calls
no test coverage detected