# Functions
AddFileValidator - add a new FileValidator for source.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithClientID set clientID for KafkaSource.
WithFileProcessorFactory - set ProcessorFactory for source.
WithFnameParser - set the filename parser for FileSource.
No description provided by the author
WithRawChan set rawChan for KafkaSource.
WithRawChanNATs set rawChan for NATsSource.
WithShred - active shredder of FileSource.
WithSnapMS - set the snapMS for FileSource, which indicate how long to wait for next scan if no files after the scanned.
WithWorkers - set the number of parallel Queue processing.
# Structs
DefaultProcessor - is a default LogProcessor read out contents directly from file to rawChan channel.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
LogProcessor - help to Process the LogFile.
No description provided by the author
# Type aliases
No description provided by the author
FileValidator validate the LogFile whether is suitable for processing.
No description provided by the author
No description provided by the author
ProcessorFactory - is used by FileSource to create LogProcessor.