Add first google auth

This commit is contained in:
Achim Rohn
2025-09-17 14:58:13 +02:00
parent ad363251e4
commit 2a3506d21b
20 changed files with 2614 additions and 12 deletions
+3
View File
@@ -6,5 +6,8 @@ import (
"entgo.io/ent/dialect/sql"
)
// GoogleAuth is the predicate function for googleauth builders.
type GoogleAuth func(*sql.Selector)
// User is the predicate function for user builders.
type User func(*sql.Selector)