predicate.go 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. // Code generated by ent, DO NOT EDIT.
  2. package predicate
  3. import (
  4. "entgo.io/ent/dialect/sql"
  5. )
  6. // Agent is the predicate function for agent builders.
  7. type Agent func(*sql.Selector)
  8. // AgentBase is the predicate function for agentbase builders.
  9. type AgentBase func(*sql.Selector)
  10. // BatchMsg is the predicate function for batchmsg builders.
  11. type BatchMsg func(*sql.Selector)
  12. // Category is the predicate function for category builders.
  13. type Category func(*sql.Selector)
  14. // ChatRecords is the predicate function for chatrecords builders.
  15. type ChatRecords func(*sql.Selector)
  16. // ChatSession is the predicate function for chatsession builders.
  17. type ChatSession func(*sql.Selector)
  18. // Contact is the predicate function for contact builders.
  19. type Contact func(*sql.Selector)
  20. // Employee is the predicate function for employee builders.
  21. type Employee func(*sql.Selector)
  22. // EmployeeConfig is the predicate function for employeeconfig builders.
  23. type EmployeeConfig func(*sql.Selector)
  24. // Label is the predicate function for label builders.
  25. type Label func(*sql.Selector)
  26. // LabelRelationship is the predicate function for labelrelationship builders.
  27. type LabelRelationship func(*sql.Selector)
  28. // Message is the predicate function for message builders.
  29. type Message func(*sql.Selector)
  30. // MessageRecords is the predicate function for messagerecords builders.
  31. type MessageRecords func(*sql.Selector)
  32. // Msg is the predicate function for msg builders.
  33. type Msg func(*sql.Selector)
  34. // Server is the predicate function for server builders.
  35. type Server func(*sql.Selector)
  36. // SopNode is the predicate function for sopnode builders.
  37. type SopNode func(*sql.Selector)
  38. // SopStage is the predicate function for sopstage builders.
  39. type SopStage func(*sql.Selector)
  40. // SopTask is the predicate function for soptask builders.
  41. type SopTask func(*sql.Selector)
  42. // Token is the predicate function for token builders.
  43. type Token func(*sql.Selector)
  44. // Tutorial is the predicate function for tutorial builders.
  45. type Tutorial func(*sql.Selector)
  46. // WorkExperience is the predicate function for workexperience builders.
  47. type WorkExperience func(*sql.Selector)
  48. // Wx is the predicate function for wx builders.
  49. type Wx func(*sql.Selector)
  50. // WxCard is the predicate function for wxcard builders.
  51. type WxCard func(*sql.Selector)
  52. // WxCardUser is the predicate function for wxcarduser builders.
  53. type WxCardUser func(*sql.Selector)
  54. // WxCardVisit is the predicate function for wxcardvisit builders.
  55. type WxCardVisit func(*sql.Selector)