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

Struct Target

cf/commands/target.go:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type Target struct {
19 ui terminal.UI
20 config coreconfig.ReadWriter
21 orgRepo organizations.OrganizationRepository
22 spaceRepo spaces.SpaceRepository
23}
24
25func init() {
26 commandregistry.Register(&Target{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected