Add the event service
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user