Added password token entity.

This commit is contained in:
mikestefanello 2021-12-15 08:48:51 -05:00
parent 1ac68b7d9f
commit c9d50cb3d4
25 changed files with 3489 additions and 20 deletions

View file

@ -6,5 +6,8 @@ import (
"entgo.io/ent/dialect/sql"
)
// PasswordToken is the predicate function for passwordtoken builders.
type PasswordToken func(*sql.Selector)
// User is the predicate function for user builders.
type User func(*sql.Selector)