Documentation
¶
Index ¶
- func Main(stdout io.Writer, args []string) error
- type Option
- type Tailer
- func (t *Tailer) FollowLoop(rs io.ReadSeeker, w io.Writer)
- func (t *Tailer) PrintBytes(rs io.ReadSeeker, w io.Writer) error
- func (t *Tailer) PrintLines(rs io.ReadSeeker, w io.Writer) error
- func (t *Tailer) PrintTitle(w io.Writer, name string)
- func (t *Tailer) Run(rs io.ReadSeeker, w io.Writer, name string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tailer ¶
type Tailer struct { Bytes string Follow bool Lines string Quiet bool Verbose bool SleepInterval float64 Retry bool MaxUnchangedStats string LineDelim byte Pid string }
func (*Tailer) FollowLoop ¶
func (t *Tailer) FollowLoop(rs io.ReadSeeker, w io.Writer)
func (*Tailer) PrintBytes ¶
func (*Tailer) PrintLines ¶
Click to show internal directories.
Click to hide internal directories.