Add first google auth
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user