MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / NewCFTarget

Function NewCFTarget

util/cf_target.go:11–17  ·  view source on GitHub ↗
(org plugin_models.Organization, space plugin_models.Space, username string)

Source from the content-addressed store, hash-verified

9}
10
11func NewCFTarget(org plugin_models.Organization, space plugin_models.Space, username string) CloudFoundryTarget {
12 return CloudFoundryTarget{
13 Org: org,
14 Space: space,
15 Username: username,
16 }
17}

Callers 1

GetCFTargetMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected