Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPipeline ¶
func NewPipeline(processors []config.Processor, parserFactory ParserFactory) pipeline
Types ¶
type Aggregator ¶
type Aggregator struct {
// contains filtered or unexported fields
}
func NewAggregator ¶
func NewAggregator(pipeline LineParser, logRepository LogRepository) Aggregator
func (*Aggregator) Aggregate ¶
func (a *Aggregator) Aggregate() (observer.Subscriber[Notification], observer.Publisher[string])
func (*Aggregator) AggregateFile ¶
func (a *Aggregator) AggregateFile(path string) error
type LineParser ¶
type LogRepository ¶
type Notification ¶
type ParserFactory ¶
type ParserFactory interface {
GetParser(parser config.Parser) LineParser
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.