Add the event service

This commit is contained in:
Achim Rohn
2025-11-16 19:54:42 +01:00
parent bcc5c7493d
commit 049fefed75
26 changed files with 2656 additions and 9 deletions
+3
View File
@@ -6,6 +6,9 @@ import (
"entgo.io/ent/dialect/sql"
)
// Event is the predicate function for event builders.
type Event func(*sql.Selector)
// GeneralQueue is the predicate function for generalqueue builders.
type GeneralQueue func(*sql.Selector)