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

Method GetCurrentUser

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

Source from the content-addressed store, hash-verified

103 GetBuildpackLabels(buildpackName string, buildpackStack string, buildpackLifecycle string) (map[string]types.NullString, v7action.Warnings, error)
104 GetBuildpacks(labelSelector string, lifecycle string) ([]resources.Buildpack, v7action.Warnings, error)
105 GetCurrentUser() (configv3.User, error)
106 GetDefaultDomain(orgGUID string) (resources.Domain, v7action.Warnings, error)
107 GetDetailedAppSummary(appName string, spaceGUID string, withObfuscatedValues bool) (v7action.DetailedApplicationSummary, v7action.Warnings, error)
108 GetDomain(domainGUID string) (resources.Domain, v7action.Warnings, error)

Callers 15

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
detailsMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
displayIntroMethod · 0.65
ExecuteMethod · 0.65
displayIntroMethod · 0.65
displayStackInfoMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected