12345678910111213141516 |
- // Code generated by ent, DO NOT EDIT.
- package predicate
- import (
- "entgo.io/ent/dialect/sql"
- )
- // MessageRecords is the predicate function for messagerecords builders.
- type MessageRecords func(*sql.Selector)
- // Task is the predicate function for task builders.
- type Task func(*sql.Selector)
- // TaskLog is the predicate function for tasklog builders.
- type TaskLog func(*sql.Selector)
|