// Code generated by ent, DO NOT EDIT. package predicate import ( "entgo.io/ent/dialect/sql" ) // MessageRecords is the predicate function for messagerecords builders. type MessageRecords func(*sql.Selector) // SopNode is the predicate function for sopnode builders. type SopNode func(*sql.Selector) // SopStage is the predicate function for sopstage builders. type SopStage func(*sql.Selector) // SopTask is the predicate function for soptask builders. type SopTask func(*sql.Selector) // Task is the predicate function for task builders. type Task func(*sql.Selector) // TaskLog is the predicate function for tasklog builders. type TaskLog func(*sql.Selector)