Files
2025-09-18 09:59:40 +02:00

17 lines
368 B
Go

// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// GoogleAuth is the predicate function for googleauth builders.
type GoogleAuth 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)