accountserver/ent/predicate/predicate.go

14 lines
278 B
Go
Raw Permalink Normal View History

2024-08-19 13:55:36 +02:00
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Account is the predicate function for account builders.
type Account func(*sql.Selector)
// Email is the predicate function for email builders.
type Email func(*sql.Selector)