v0.12.1 config cleanup

This commit is contained in:
2026-01-05 02:20:38 -05:00
parent 5353367e4f
commit e5c157625e
12 changed files with 111 additions and 59 deletions
-1
View File
@@ -198,7 +198,6 @@ type FileSourceOptions struct {
Directory string `toml:"directory"`
Pattern string `toml:"pattern"` // glob pattern
CheckIntervalMS int64 `toml:"check_interval_ms"`
Recursive bool `toml:"recursive"` // TODO: implement logic
}
// ConsoleSourceOptions defines settings for a stdin-based source