🎉 init
This commit is contained in:
22
common/ent/predicate/predicate.go
Normal file
22
common/ent/predicate/predicate.go
Normal file
@@ -0,0 +1,22 @@
|
||||
// Code generated by ent, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// ScaAuthPermissionRule is the predicate function for scaauthpermissionrule builders.
|
||||
type ScaAuthPermissionRule func(*sql.Selector)
|
||||
|
||||
// ScaAuthRole is the predicate function for scaauthrole builders.
|
||||
type ScaAuthRole func(*sql.Selector)
|
||||
|
||||
// ScaAuthUser is the predicate function for scaauthuser builders.
|
||||
type ScaAuthUser func(*sql.Selector)
|
||||
|
||||
// ScaAuthUserDevice is the predicate function for scaauthuserdevice builders.
|
||||
type ScaAuthUserDevice func(*sql.Selector)
|
||||
|
||||
// ScaAuthUserSocial is the predicate function for scaauthusersocial builders.
|
||||
type ScaAuthUserSocial func(*sql.Selector)
|
Reference in New Issue
Block a user