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

Struct SpaceRole

command/flag/space_role.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type SpaceRole struct {
10 Role string
11}
12
13func (SpaceRole) Complete(prefix string) []flags.Completion {
14 return completions([]string{"SpaceManager", "SpaceDeveloper", "SpaceAuditor", "SpaceSupporter"}, prefix, false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected