Files
ersteller/starter/ent/predicate/predicate.go
T
2025-09-17 14:58:13 +02:00

14 lines
284 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)
// User is the predicate function for user builders.
type User func(*sql.Selector)