online-order/ent/predicate/predicate.go

29 lines
812 B
Go
Raw Permalink Normal View History

2023-10-27 09:51:58 +00:00
// 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)
2023-10-28 23:12:07 +00:00
// 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)
2023-10-27 09:51:58 +00:00
// 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)
2023-10-28 23:12:07 +00:00
// User is the predicate function for user builders.
type User func(*sql.Selector)