Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Input configuration
InputDir string `yaml:"input_dir"`
// Output configuration
OutputDir string `yaml:"output_dir"`
// Processing configuration
Field string `yaml:"field"`
Value string `yaml:"value"`
ValueList string `yaml:"value_list"`
Values []string `yaml:"values"` // Loaded from ValueList if specified
Threads int `yaml:"threads"`
// Filter configuration
FileFilter string `yaml:"file_filter"`
SplitIntermediate bool `yaml:"split_intermediate"`
ErrorRate int `yaml:"error_rate"`
PartialMatch bool `yaml:"partial_match"`
RegexMatch bool `yaml:"regex_match"`
// Debug configuration
Debug bool `yaml:"debug"`
// State tracking
StateFile string `yaml:"state_file"`
}
Config represents user defined configuration
type Dependencies ¶
Dependencies represents references to external dependencies
Click to show internal directories.
Click to hide internal directories.