MCPcopy
hub / github.com/google/mtail / LogStream

Interface LogStream

internal/tailer/logstream/logstream.go:35–37  ·  view source on GitHub ↗

LogStream.

Source from the content-addressed store, hash-verified

33
34// LogStream.
35type LogStream interface {
36 Lines() <-chan *logline.LogLine // Returns the output channel of this LogStream.
37}
38
39// defaultReadBufferSize the size of the buffer for reading bytes for files.
40//

Implementers 1

streamBaseinternal/tailer/logstream/base.go

Calls

no outgoing calls

Tested by

no test coverage detected