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

Method ListOrgs

cf/api/organizations/organizations.go:18–18  ·  view source on GitHub ↗
(limit int)

Source from the content-addressed store, hash-verified

16
17type OrganizationRepository interface {
18 ListOrgs(limit int) ([]models.Organization, error)
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)

Callers 3

setOrganizationMethod · 0.65
ExecuteMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected