Versions in this module Expand all Collapse all v0 v0.0.43 Oct 20, 2023 Changes in this version + type FileRepeat struct + func NewFileRepeat() *FileRepeat + func (s *FileRepeat) Start(args interface{}) (err error) + func (s *FileRepeat) Stop() + type FileRepeatArgs struct + Debug *bool + Delete *bool + Dir *string + Logfile *string + SubName *string + Workers *int + func NewFileRepeatArgs() FileRepeatArgs