Versions in this module Expand all Collapse all v0 v0.2.2 Dec 9, 2019 v0.2.1 Dec 9, 2019 Changes in this version type Tail + FromBeginning bool + OffsetSavePrefix string v0.2.0 Dec 5, 2019 Changes in this version + func ClearTailerOffset(tailer *tail.Tail) + func GetFileIno(file string) (ino uint64, err error) + func ReadTailFileOffset(file string) *tail.SeekInfo + func SaveTailerOffset(tailer *tail.Tail) int64 + type Liner interface + ProcessLine func(tailer *tail.Tail, line string, firstLine bool) error + type Tail struct + Files []string + Pipe bool + WatchMethod string + func NewTail(liner Liner) *Tail + func (t *Tail) Start() + func (t *Tail) Stop()