17 lines
401 B
Go
17 lines
401 B
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// User is the predicate function for user builders.
|
|
type User func(*sql.Selector)
|
|
|
|
// UserLoginLog is the predicate function for userloginlog builders.
|
|
type UserLoginLog func(*sql.Selector)
|
|
|
|
// UserThirdAuth is the predicate function for userthirdauth builders.
|
|
type UserThirdAuth func(*sql.Selector)
|