predicate.go 662 B

12345678910111213141516171819202122232425
  1. // Code generated by ent, DO NOT EDIT.
  2. package predicate
  3. import (
  4. "entgo.io/ent/dialect/sql"
  5. )
  6. // Contact is the predicate function for contact builders.
  7. type Contact func(*sql.Selector)
  8. // Label is the predicate function for label builders.
  9. type Label func(*sql.Selector)
  10. // LabelRelationship is the predicate function for labelrelationship builders.
  11. type LabelRelationship func(*sql.Selector)
  12. // Message is the predicate function for message builders.
  13. type Message func(*sql.Selector)
  14. // Server is the predicate function for server builders.
  15. type Server func(*sql.Selector)
  16. // Wx is the predicate function for wx builders.
  17. type Wx func(*sql.Selector)