23 lines
584 B
Go
23 lines
584 B
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// Texture is the predicate function for texture builders.
|
|
type Texture func(*sql.Selector)
|
|
|
|
// User is the predicate function for user builders.
|
|
type User func(*sql.Selector)
|
|
|
|
// UserProfile is the predicate function for userprofile builders.
|
|
type UserProfile func(*sql.Selector)
|
|
|
|
// UserTexture is the predicate function for usertexture builders.
|
|
type UserTexture func(*sql.Selector)
|
|
|
|
// UserToken is the predicate function for usertoken builders.
|
|
type UserToken func(*sql.Selector)
|