Documentation ¶ Index ¶ type Reader func NewReader(logFile io.Reader, ctx context.Context, tailMode bool) (*Reader, error) func (r *Reader) NewEntry(rec []string) *entry.LogEntry func (r *Reader) Records() chan *entry.LogEntryResponse Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Reader ¶ type Reader struct { // contains filtered or unexported fields } func NewReader ¶ func NewReader(logFile io.Reader, ctx context.Context, tailMode bool) (*Reader, error) func (*Reader) NewEntry ¶ func (r *Reader) NewEntry(rec []string) *entry.LogEntry func (*Reader) Records ¶ func (r *Reader) Records() chan *entry.LogEntryResponse Source Files ¶ View all Source files reader.go Click to show internal directories. Click to hide internal directories.