dex/storage/ent/db/predicate/predicate.go
m.nabokikh 24fa4def5b chore: update ent
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
2021-04-30 17:48:16 +04:00

38 lines
1.1 KiB
Go

// Code generated by entc, 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)