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

Method GetCurrentUser

command/v7/shared/app_stager.go:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46type stagingAndStartActor interface {
47 CreateDeployment(dep resources.Deployment) (string, v7action.Warnings, error)
48 GetCurrentUser() (configv3.User, error)
49 GetDetailedAppSummary(appName string, spaceGUID string, withObfuscatedValues bool) (v7action.DetailedApplicationSummary, v7action.Warnings, error)
50 GetStreamingLogsForApplicationByNameAndSpace(appName string, spaceGUID string, client sharedaction.LogCacheClient) (<-chan sharedaction.LogMessage, <-chan error, context.CancelFunc, v7action.Warnings, error)
51 PollStart(app resources.Application, noWait bool, handleProcessStats func(string)) (v7action.Warnings, error)

Callers 2

StartAppMethod · 0.65
app_stager_test.goFile · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected