predicate.go 671 B

12345678910111213141516171819202122232425
  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. // SopNode is the predicate function for sopnode builders.
  9. type SopNode func(*sql.Selector)
  10. // SopStage is the predicate function for sopstage builders.
  11. type SopStage func(*sql.Selector)
  12. // SopTask is the predicate function for soptask builders.
  13. type SopTask func(*sql.Selector)
  14. // Task is the predicate function for task builders.
  15. type Task func(*sql.Selector)
  16. // TaskLog is the predicate function for tasklog builders.
  17. type TaskLog func(*sql.Selector)