package
Version:
v0.0.0-...-332dcef
Opens a new window with list of versions in this module.
Published: Jul 27, 2026
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Ingest is a convenience function that creates a fileIngestor and reads from it.
type LogLine struct {
LineNumber int
Content string
}
LogLine represents a single raw log line read from input.
type Result[T any] struct {
Value T
Err error
}
Result wraps either a successfully read value or a read error,
similar to Result<T, E> in Rust.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.