summaryrefslogtreecommitdiff
path: root/internal/event/event.go
AgeCommit message (Collapse)Author
2026-05-13split Event interface into EventIdentity and EventLifecyclePaul Buetow
Extract GetTraceId/GetPid/GetTid into EventIdentity (routing and aggregation concerns) and Recycle into EventLifecycle (pool memory management). Event embeds both and retains String, GetTime, Equals. All existing implementations satisfy the composed interface unchanged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18cleanupPaul Buetow
2026-03-06docs: add missing godoc comments for exported APIs (task 382)Paul Buetow
2026-03-06refactor: remove dot imports for internal types (task 382)Paul Buetow
2026-03-05Normalize Go import grouping with local ior sectionPaul Buetow
2025-04-16add EqualsPaul Buetow
2025-04-16refactorPaul Buetow
2025-04-06refactorPaul Buetow
2025-04-06initial dumping in new ior data formatPaul Buetow
2025-03-29more on thisPaul Buetow
2025-03-29fixPaul Buetow
2025-03-26reformat outputPaul Buetow
2025-03-26initial io_ async tracepointsPaul Buetow
2025-03-20dont print out mismatchesPaul Buetow
2025-03-20pre-set mismatch to falsePaul Buetow
2025-03-16refactor directoriesPaul Buetow
2025-03-16printing out file flags in human mode... only open syscalls yetPaul Buetow
2025-03-15jo:xPaul Buetow
2025-03-11more on treePaul Buetow
2025-03-11refactor and initial treePaul Buetow