MCPcopy
hub / github.com/cloudfoundry/cli / GetOrganizationByName

Method GetOrganizationByName

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

Source from the content-addressed store, hash-verified

125 GetNewestReadyPackageForApplication(app resources.Application) (resources.Package, v7action.Warnings, error)
126 GetOrgUsersByRoleType(orgGUID string) (map[constant.RoleType][]resources.User, v7action.Warnings, error)
127 GetOrganizationByName(orgName string) (resources.Organization, v7action.Warnings, error)
128 GetOrganizationDomains(string, string) ([]resources.Domain, v7action.Warnings, error)
129 GetOrganizationLabels(orgName string) (map[string]types.NullString, v7action.Warnings, error)
130 GetOrganizationQuotaByName(orgQuotaName string) (resources.OrganizationQuota, v7action.Warnings, error)

Callers 15

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected