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

Method GetOrganizationByName

command/v7/create_space_command.go:14–14  ·  view source on GitHub ↗
(orgName string)

Source from the content-addressed store, hash-verified

12 CreateSpace(spaceName, orgGUID string) (resources.Space, v7action.Warnings, error)
13 CreateSpaceRole(roleType constant.RoleType, orgGUID string, spaceGUID string, userNameOrGUID string, userOrigin string, isClient bool) (v7action.Warnings, error)
14 GetOrganizationByName(orgName string) (resources.Organization, v7action.Warnings, error)
15 ApplySpaceQuotaByName(quotaName string, spaceGUID string, orgGUID string) (v7action.Warnings, error)
16}
17

Callers 1

ExecuteMethod · 0.65

Implementers 2

FakeActorcommand/v7/v7fakes/fake_actor.go
Actoractor/v7action/actor.go

Calls

no outgoing calls

Tested by

no test coverage detected