ent seteup
This commit is contained in:
25
db/ent/predicate/predicate.go
Normal file
25
db/ent/predicate/predicate.go
Normal file
@@ -0,0 +1,25 @@
|
||||
// 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)
|
Reference in New Issue
Block a user