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