framework_v2/ent/predicate/predicate.go

11 lines
182 B
Go
Raw Normal View History

2024-07-14 09:44:49 +00:00
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// User is the predicate function for user builders.
type User func(*sql.Selector)