26 lines
653 B
Go
26 lines
653 B
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// AccessControl is the predicate function for accesscontrol builders.
|
|
type AccessControl func(*sql.Selector)
|
|
|
|
// Audit is the predicate function for audit builders.
|
|
type Audit func(*sql.Selector)
|
|
|
|
// Role is the predicate function for role builders.
|
|
type Role func(*sql.Selector)
|
|
|
|
// Todo is the predicate function for todo builders.
|
|
type Todo func(*sql.Selector)
|
|
|
|
// User is the predicate function for user builders.
|
|
type User func(*sql.Selector)
|
|
|
|
// UserSession is the predicate function for usersession builders.
|
|
type UserSession func(*sql.Selector)
|