MCPcopy
hub / github.com/moby/moby / ringWithReader

Struct ringWithReader

daemon/logger/ring.go:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type ringWithReader struct {
30 *ringLogger
31}
32
33func (r *ringWithReader) ReadLogs(ctx context.Context, cfg ReadConfig) *LogWatcher {
34 reader, ok := r.l.(LogReader)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected