23 lines
689 B
Go
23 lines
689 B
Go
// 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)
|