7efe1e28a8
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
38 lines
1.1 KiB
Go
38 lines
1.1 KiB
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// AuthCode is the predicate function for authcode builders.
|
|
type AuthCode func(*sql.Selector)
|
|
|
|
// AuthRequest is the predicate function for authrequest builders.
|
|
type AuthRequest func(*sql.Selector)
|
|
|
|
// Connector is the predicate function for connector builders.
|
|
type Connector func(*sql.Selector)
|
|
|
|
// DeviceRequest is the predicate function for devicerequest builders.
|
|
type DeviceRequest func(*sql.Selector)
|
|
|
|
// DeviceToken is the predicate function for devicetoken builders.
|
|
type DeviceToken func(*sql.Selector)
|
|
|
|
// Keys is the predicate function for keys builders.
|
|
type Keys func(*sql.Selector)
|
|
|
|
// OAuth2Client is the predicate function for oauth2client builders.
|
|
type OAuth2Client func(*sql.Selector)
|
|
|
|
// OfflineSession is the predicate function for offlinesession builders.
|
|
type OfflineSession func(*sql.Selector)
|
|
|
|
// Password is the predicate function for password builders.
|
|
type Password func(*sql.Selector)
|
|
|
|
// RefreshToken is the predicate function for refreshtoken builders.
|
|
type RefreshToken func(*sql.Selector)
|