ka/ent/predicate/predicate.go

17 lines
371 B
Go
Raw Permalink Normal View History

2024-10-04 20:22:25 +02:00
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Category is the predicate function for category builders.
type Category func(*sql.Selector)
// Post is the predicate function for post builders.
type Post func(*sql.Selector)
// Profile is the predicate function for profile builders.
type Profile func(*sql.Selector)