online-order/ent/predicate/predicate.go
2023-10-29 02:42:07 +03:30

29 lines
812 B
Go

// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Business is the predicate function for business builders.
type Business func(*sql.Selector)
// BusinessCategory is the predicate function for businesscategory builders.
type BusinessCategory func(*sql.Selector)
// BusinessConfig is the predicate function for businessconfig builders.
type BusinessConfig func(*sql.Selector)
// Domain is the predicate function for domain builders.
type Domain func(*sql.Selector)
// Product is the predicate function for product builders.
type Product func(*sql.Selector)
// ProductCategory is the predicate function for productcategory builders.
type ProductCategory func(*sql.Selector)
// User is the predicate function for user builders.
type User func(*sql.Selector)