Add todo with interceptor
This commit is contained in:
@@ -6,5 +6,11 @@ import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// Group is the predicate function for group builders.
|
||||
type Group func(*sql.Selector)
|
||||
|
||||
// Todo is the predicate function for todo builders.
|
||||
type Todo func(*sql.Selector)
|
||||
|
||||
// User is the predicate function for user builders.
|
||||
type User func(*sql.Selector)
|
||||
|
||||
Reference in New Issue
Block a user