summaryrefslogtreecommitdiff
path: root/internal/event
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-15 00:02:52 +0200
committerPaul Buetow <paul@buetow.org>2025-03-15 00:02:52 +0200
commit191a8716a52a761f38550d4e58b14b9f5594d8ae (patch)
tree46a2d5ec70b42e9698d1ef8948cb272a6f69e91d /internal/event
parentb3bbc7ae0ea6747686626d26d0e5484ed06f49fe (diff)
jo:x
Diffstat (limited to 'internal/event')
-rw-r--r--internal/event/event.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/event/event.go b/internal/event/event.go
index 680ee62..9118f65 100644
--- a/internal/event/event.go
+++ b/internal/event/event.go
@@ -13,6 +13,7 @@ var poolOfEventPairs = sync.Pool{
New: func() interface{} { return &Pair{} },
}
+// TODO: A way to get the open flags? Trace them as well? sync vs non-sync?
type Event interface {
String() string
GetTraceId() TraceId