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

Method Create

cf/api/organizations/organizations.go:21–21  ·  view source on GitHub ↗
(org models.Organization)

Source from the content-addressed store, hash-verified

19 GetManyOrgsByGUID(orgGUIDs []string) (orgs []models.Organization, apiErr error)
20 FindByName(name string) (org models.Organization, apiErr error)
21 Create(org models.Organization) (apiErr error)
22 Rename(orgGUID string, name string) (apiErr error)
23 Delete(orgGUID string) (apiErr error)
24 SharePrivateDomain(orgGUID string, domainGUID string) (apiErr error)

Callers 1

Implementers 2

CloudControllerOrganizationRepositorycf/api/organizations/organizations.go
FakeOrganizationRepositorycf/api/organizations/organizationsfake

Calls

no outgoing calls

Tested by

no test coverage detected