htmgo/examples/todo-list/ent/predicate/predicate.go

11 lines
182 B
Go
Raw Permalink Normal View History

2024-09-19 23:13:04 +00:00
// 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)