MCPcopy
hub / github.com/moby/moby / ReadLogs

Method ReadLogs

daemon/logger/plugin.go:26–26  ·  view source on GitHub ↗
(info Info, config ReadConfig)

Source from the content-addressed store, hash-verified

24 StopLogging(streamPath string) (err error)
25 Capabilities() (capability Capability, err error)
26 ReadLogs(info Info, config ReadConfig) (stream io.ReadCloser, err error)
27}
28
29// RegisterPluginGetter sets the plugingetter

Callers 13

ContainerLogsMethod · 0.65
containerAttachMethod · 0.65
ReadLogsMethod · 0.65
TestAdapterReadLogsFunction · 0.65
ReadLogsMethod · 0.65
ReadLogsMethod · 0.65
ReadLogsMethod · 0.65
testTailMethod · 0.65
testTailEmptyLogsMethod · 0.65
TestFollowMethod · 0.65
TestConcurrentMethod · 0.65

Implementers 2

logPluginProxydaemon/logger/proxy.go
mockLoggingPlugindaemon/logger/adapter_test.go

Calls

no outgoing calls

Tested by 2

TestAdapterReadLogsFunction · 0.52