Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type FileMonitor struct + CheckInterval time.Duration + Logger *zap.Logger + SourceDir string + TargetDir string + func NewFileMonitor(sourceDir, targetDir string, checkInterval time.Duration) *FileMonitor + func (fm *FileMonitor) GetFileMapping() (map[string]string, error) + func (fm *FileMonitor) GetProcessedFiles() ([]string, error) + func (fm *FileMonitor) Start() + func (fm *FileMonitor) Stop()