MCPcopy Create free account
hub / github.com/cloudfoundry/cli / TailLogsFor

Method TailLogsFor

cf/api/logs/logs_repository.go:16–16  ·  view source on GitHub ↗
(appGUID string, onConnect func(), logChan chan<- Loggable, errChan chan<- error)

Source from the content-addressed store, hash-verified

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

Callers 3

tailLogsForMethod · 0.65
TailStagingLogsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected