diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-16 23:19:15 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-16 23:19:15 +0300 |
| commit | cd289eb0d978297b1e331da202eee09ca4c1290c (patch) | |
| tree | 893466694b6cd7430bb00e353a8c8db55b42b07c /internal/event/event.go | |
| parent | ed7668ec893e21b4cf071c98dd5a292105aeec34 (diff) | |
add Equals
Diffstat (limited to 'internal/event/event.go')
| -rw-r--r-- | internal/event/event.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/event/event.go b/internal/event/event.go index aa0e317..165ffe3 100644 --- a/internal/event/event.go +++ b/internal/event/event.go @@ -15,5 +15,6 @@ type Event interface { GetPid() uint32 GetTid() uint32 GetTime() uint64 + Equals(other any) bool Recycle() } |
