Add todo with interceptor

This commit is contained in:
Achim Rohn
2025-09-12 09:15:50 +02:00
parent cd1d85b1a9
commit 6cbd155db6
33 changed files with 5930 additions and 13 deletions
@@ -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)