Versions in this module Expand all Collapse all v1 v1.5.5 May 18, 2020 Changes in this version + const KeyCleanEnable + const KeyCleanInterval + const KeyReserveFileNumber + const KeyReserveFileSize + var ModeKeyOptions = []Option + var OptionCleanInterval = Option + var OptionDeleteEnable = Option + var OptionReserveFileNumber = Option + var OptionReserveFileSize = Option type CleanSignal + ReadMode string v1.4.7 Apr 17, 2018 Changes in this version + const MB + type CleanSignal struct + Cleaner string + Filename string + Logdir string + type Cleaner struct + func NewCleaner(conf conf.MapConf, meta *reader.Meta, cleanChan chan<- CleanSignal, ...) (c *Cleaner, err error) + func (c *Cleaner) Clean() (err error) + func (c *Cleaner) Close() + func (c *Cleaner) LogDir() string + func (c *Cleaner) Name() string + func (c *Cleaner) Run()