accountserver/ent/predicate/predicate.go

14 lines
278 B
Go

// 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)