Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrassov01 committed Mar 17, 2024
1 parent e10f796 commit 3ecf7ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser_core.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ type lineDecoder func(line string, patterns []*regexp.Regexp) ([]string, []strin
type lineFilter func(v string) (bool, error)

// LineHandler is a function type that processes each matched line.
// It takes the matches, their corresponding fields, and the line number, and returns processed string data.
type LineHandler func(labels []string, values []string, isFirst bool) (string, error)

// parse orchestrates the parsing process, applying keyword filters and regular expression patterns to log data from an io.Reader.
Expand Down

0 comments on commit 3ecf7ab

Please sign in to comment.