Documentation ¶
Overview ¶
Package tailer emulates the features of the tail program (reading from continuously updated files).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tailer ¶
type Tailer struct {
io.ReadCloser
}
A Tailer holds an io.ReadCloser interface. It implements a Read() function which emulates the tailf UNIX program.
Click to show internal directories.
Click to hide internal directories.