12345678910111213141516 |
- // Code generated by ent, DO NOT EDIT.
- package predicate
- import (
- "entgo.io/ent/dialect/sql"
- )
- // Contact is the predicate function for contact builders.
- type Contact func(*sql.Selector)
- // Server is the predicate function for server builders.
- type Server func(*sql.Selector)
- // Wx is the predicate function for wx builders.
- type Wx func(*sql.Selector)
|