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

Method FindByNameInOrg

cf/api/domains.go:24–24  ·  view source on GitHub ↗
(name string, owningOrgGUID string)

Source from the content-addressed store, hash-verified

22 FindSharedByName(name string) (domain models.DomainFields, apiErr error)
23 FindPrivateByName(name string) (domain models.DomainFields, apiErr error)
24 FindByNameInOrg(name string, owningOrgGUID string) (domain models.DomainFields, apiErr error)
25 Create(domainName string, owningOrgGUID string) (createdDomain models.DomainFields, apiErr error)
26 CreateSharedDomain(domainName string, routerGroupGUID string) (apiErr error)
27 Delete(domainGUID string) (apiErr error)

Callers 12

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
push_test.goFile · 0.65
CheckRouteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
lookupSpaceGUIDMethod · 0.65
domains_test.goFile · 0.65

Implementers 2

FakeDomainRepositorycf/api/apifakes/fake_domain_repository

Calls

no outgoing calls

Tested by

no test coverage detected