v1.0.0 #1

Merged
kor-elf merged 32 commits from develop into main 2026-03-15 20:36:00 +05:00
Showing only changes of commit 1f95752b45 - Show all commits

View File

@@ -10,7 +10,9 @@ import (
// jsonLinesExtract defines the function signature for extracting IP addresses from a JSON Lines item.
type jsonLinesExtract func(item json.RawMessage) (string, error)
// jsonLinesParser is a parser for JSON Lines data.
type jsonLinesParser struct {
// extract is the function that extracts an IP address from a JSON Lines item.
extract jsonLinesExtract
}