Add ent autogenerated code
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
37
storage/ent/db/predicate/predicate.go
Normal file
37
storage/ent/db/predicate/predicate.go
Normal file
@@ -0,0 +1,37 @@
|
||||
// Code generated by entc, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"github.com/facebook/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)
|
Reference in New Issue
Block a user