predicate.go 389 B

12345678910111213141516
  1. // Code generated by ent, DO NOT EDIT.
  2. package predicate
  3. import (
  4. "entgo.io/ent/dialect/sql"
  5. )
  6. // MessageRecords is the predicate function for messagerecords builders.
  7. type MessageRecords func(*sql.Selector)
  8. // Task is the predicate function for task builders.
  9. type Task func(*sql.Selector)
  10. // TaskLog is the predicate function for tasklog builders.
  11. type TaskLog func(*sql.Selector)