11 lines
182 B
Go
11 lines
182 B
Go
|
|
// Code generated by ent, DO NOT EDIT.
|
||
|
|
|
||
|
|
package predicate
|
||
|
|
|
||
|
|
import (
|
||
|
|
"entgo.io/ent/dialect/sql"
|
||
|
|
)
|
||
|
|
|
||
|
|
// Task is the predicate function for task builders.
|
||
|
|
type Task func(*sql.Selector)
|