online-order/ent/predicate/predicate.go
2023-10-27 13:21:58 +03:30

20 lines
524 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)
// 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)