17 lines
353 B
Go
17 lines
353 B
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// HIBP is the predicate function for hibp builders.
|
|
type HIBP func(*sql.Selector)
|
|
|
|
// Setup is the predicate function for setup builders.
|
|
type Setup func(*sql.Selector)
|
|
|
|
// User is the predicate function for user builders.
|
|
type User func(*sql.Selector)
|