predicate.go 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. // AliyunAvatar is the predicate function for aliyunavatar builders.
  11. type AliyunAvatar func(*sql.Selector)
  12. // AllocAgent is the predicate function for allocagent builders.
  13. type AllocAgent func(*sql.Selector)
  14. // BatchMsg is the predicate function for batchmsg builders.
  15. type BatchMsg func(*sql.Selector)
  16. // Category is the predicate function for category builders.
  17. type Category func(*sql.Selector)
  18. // ChatRecords is the predicate function for chatrecords builders.
  19. type ChatRecords func(*sql.Selector)
  20. // ChatSession is the predicate function for chatsession builders.
  21. type ChatSession func(*sql.Selector)
  22. // Contact is the predicate function for contact builders.
  23. type Contact func(*sql.Selector)
  24. // CreditBalance is the predicate function for creditbalance builders.
  25. type CreditBalance func(*sql.Selector)
  26. // CreditUsage is the predicate function for creditusage builders.
  27. type CreditUsage func(*sql.Selector)
  28. // Employee is the predicate function for employee builders.
  29. type Employee func(*sql.Selector)
  30. // EmployeeConfig is the predicate function for employeeconfig builders.
  31. type EmployeeConfig func(*sql.Selector)
  32. // Label is the predicate function for label builders.
  33. type Label func(*sql.Selector)
  34. // LabelRelationship is the predicate function for labelrelationship builders.
  35. type LabelRelationship func(*sql.Selector)
  36. // LabelTagging is the predicate function for labeltagging builders.
  37. type LabelTagging func(*sql.Selector)
  38. // Message is the predicate function for message builders.
  39. type Message func(*sql.Selector)
  40. // MessageRecords is the predicate function for messagerecords builders.
  41. type MessageRecords func(*sql.Selector)
  42. // Msg is the predicate function for msg builders.
  43. type Msg func(*sql.Selector)
  44. // PayRecharge is the predicate function for payrecharge builders.
  45. type PayRecharge func(*sql.Selector)
  46. // Server is the predicate function for server builders.
  47. type Server func(*sql.Selector)
  48. // SopNode is the predicate function for sopnode builders.
  49. type SopNode func(*sql.Selector)
  50. // SopStage is the predicate function for sopstage builders.
  51. type SopStage func(*sql.Selector)
  52. // SopTask is the predicate function for soptask builders.
  53. type SopTask func(*sql.Selector)
  54. // Token is the predicate function for token builders.
  55. type Token func(*sql.Selector)
  56. // Tutorial is the predicate function for tutorial builders.
  57. type Tutorial func(*sql.Selector)
  58. // UsageDetail is the predicate function for usagedetail builders.
  59. type UsageDetail func(*sql.Selector)
  60. // UsageStatisticDay is the predicate function for usagestatisticday builders.
  61. type UsageStatisticDay func(*sql.Selector)
  62. // UsageStatisticHour is the predicate function for usagestatistichour builders.
  63. type UsageStatisticHour func(*sql.Selector)
  64. // UsageStatisticMonth is the predicate function for usagestatisticmonth builders.
  65. type UsageStatisticMonth func(*sql.Selector)
  66. // UsageTotal is the predicate function for usagetotal builders.
  67. type UsageTotal func(*sql.Selector)
  68. // Whatsapp is the predicate function for whatsapp builders.
  69. type Whatsapp func(*sql.Selector)
  70. // WhatsappChannel is the predicate function for whatsappchannel builders.
  71. type WhatsappChannel func(*sql.Selector)
  72. // WorkExperience is the predicate function for workexperience builders.
  73. type WorkExperience func(*sql.Selector)
  74. // WpChatroom is the predicate function for wpchatroom builders.
  75. type WpChatroom func(*sql.Selector)
  76. // WpChatroomMember is the predicate function for wpchatroommember builders.
  77. type WpChatroomMember func(*sql.Selector)
  78. // Wx is the predicate function for wx builders.
  79. type Wx func(*sql.Selector)
  80. // WxCard is the predicate function for wxcard builders.
  81. type WxCard func(*sql.Selector)
  82. // WxCardUser is the predicate function for wxcarduser builders.
  83. type WxCardUser func(*sql.Selector)
  84. // WxCardVisit is the predicate function for wxcardvisit builders.
  85. type WxCardVisit func(*sql.Selector)