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

Method RecentLogsFor

cf/api/logs/logs_repository.go:15–15  ·  view source on GitHub ↗
(appGUID string)

Source from the content-addressed store, hash-verified

13
14type Repository interface {
15 RecentLogsFor(appGUID string) ([]Loggable, error)
16 TailLogsFor(appGUID string, onConnect func(), logChan chan<- Loggable, errChan chan<- error)
17 Close()
18}

Callers 2

recentLogsForMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected