Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTimeout = errors.New("tail: timedout")
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct { // Poll is the polling interval used looking for changes. Poll time.Duration // EOFWait is the amount time it waits for the file to appear, before returning io.EOF. EOFWait time.Duration Timeout time.Duration TimeoutC <-chan struct{} // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.