17 lines
359 B
Go
17 lines
359 B
Go
|
|
// Code generated by ent, DO NOT EDIT.
|
||
|
|
|
||
|
|
package predicate
|
||
|
|
|
||
|
|
import (
|
||
|
|
"entgo.io/ent/dialect/sql"
|
||
|
|
)
|
||
|
|
|
||
|
|
// Project is the predicate function for project builders.
|
||
|
|
type Project func(*sql.Selector)
|
||
|
|
|
||
|
|
// Team is the predicate function for team builders.
|
||
|
|
type Team func(*sql.Selector)
|
||
|
|
|
||
|
|
// User is the predicate function for user builders.
|
||
|
|
type User func(*sql.Selector)
|