pcmt/ent/predicate/predicate.go
leo b1ab686493
All checks were successful
continuous-integration/drone/push Build is passing
go: add db module for preps/checks
2023-05-05 22:52:59 +02:00

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)