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