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

Method GetRecentLogsForApplicationByNameAndSpace

command/v7/actor.go:139–139  ·  view source on GitHub ↗
(appName string, spaceGUID string, client sharedaction.LogCacheClient)

Source from the content-addressed store, hash-verified

137 GetRawApplicationManifestByNameAndSpace(appName string, spaceGUID string) ([]byte, v7action.Warnings, error)
138 GetRecentEventsByApplicationNameAndSpace(appName string, spaceGUID string) ([]v7action.Event, v7action.Warnings, error)
139 GetRecentLogsForApplicationByNameAndSpace(appName string, spaceGUID string, client sharedaction.LogCacheClient) ([]sharedaction.LogMessage, v7action.Warnings, error)
140 GetRootResponse() (v7action.Root, v7action.Warnings, error)
141 GetRevisionByApplicationAndVersion(appGUID string, revisionVersion int) (resources.Revision, v7action.Warnings, error)
142 GetRevisionsByApplicationNameAndSpace(appName string, spaceGUID string) ([]resources.Revision, v7action.Warnings, error)

Callers 2

displayRecentLogsMethod · 0.65
logging_test.goFile · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected