pcmt/ent/predicate/predicate.go
leo e58c15f1c9
All checks were successful
continuous-integration/drone/push Build is passing
ent: add HIBP model
2023-04-21 13:57:32 +02:00

14 lines
266 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)
// User is the predicate function for user builders.
type User func(*sql.Selector)