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

Method Read

actor/sharedaction/log_cache_client.go:15–15  ·  view source on GitHub ↗
(
		ctx context.Context,
		sourceID string,
		start time.Time,
		opts ...logcache.ReadOption,
	)

Source from the content-addressed store, hash-verified

13// LogCacheClient is a client for getting logs.
14type LogCacheClient interface {
15 Read(
16 ctx context.Context,
17 sourceID string,
18 start time.Time,

Callers 3

latestEnvelopeTimestampFunction · 0.65
GetRecentLogsFunction · 0.65
resource_test.goFile · 0.65

Implementers 10

readFailercf/terminal/ui_test.go
cloudControllerSecurityGroupRepocf/api/securitygroups/security_groups.
FakeSecurityGroupRepocf/api/securitygroups/securitygroupsfa
CloudControllerRepositorycf/api/applications/applications.go
FakeRepositorycf/api/applications/applicationsfakes/
ProgressReadercf/net/progress_reader.go
FakeReaderapi/cloudcontroller/ccv3/ccv3fakes/fak
FakeReadSeekerapi/cfnetworking/cfnetworkingfakes/fak
FakeLogCacheClientactor/sharedaction/sharedactionfakes/f
FakeReadCloseractor/v7pushaction/v7pushactionfakes/f

Calls

no outgoing calls

Tested by

no test coverage detected