predicate.go 359 B

12345678910111213141516
  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. // Server is the predicate function for server builders.
  9. type Server func(*sql.Selector)
  10. // Wx is the predicate function for wx builders.
  11. type Wx func(*sql.Selector)