TinySkin/db/ent/predicate/predicate.go
thehrz 145bb045e9
Some checks failed
CI / deploy (push) Failing after 2m53s
fork from xmdhs/authlib-skin
2025-01-24 16:57:58 +08:00

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)