You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
Go
41 lines
1.2 KiB
Go
// Code generated by ent, DO NOT EDIT.
|
|
|
|
package predicate
|
|
|
|
import (
|
|
"entgo.io/ent/dialect/sql"
|
|
)
|
|
|
|
// Department is the predicate function for department builders.
|
|
type Department func(*sql.Selector)
|
|
|
|
// Dictionary is the predicate function for dictionary builders.
|
|
type Dictionary func(*sql.Selector)
|
|
|
|
// DictionaryDetail is the predicate function for dictionarydetail builders.
|
|
type DictionaryDetail func(*sql.Selector)
|
|
|
|
// District is the predicate function for district builders.
|
|
type District func(*sql.Selector)
|
|
|
|
// LoginRecord is the predicate function for loginrecord builders.
|
|
type LoginRecord func(*sql.Selector)
|
|
|
|
// OauthProvider is the predicate function for oauthprovider builders.
|
|
type OauthProvider func(*sql.Selector)
|
|
|
|
// Role is the predicate function for role builders.
|
|
type Role func(*sql.Selector)
|
|
|
|
// Token is the predicate function for token builders.
|
|
type Token func(*sql.Selector)
|
|
|
|
// User is the predicate function for user builders.
|
|
type User func(*sql.Selector)
|
|
|
|
// UserMeta is the predicate function for usermeta builders.
|
|
type UserMeta func(*sql.Selector)
|
|
|
|
// UserSocial is the predicate function for usersocial builders.
|
|
type UserSocial func(*sql.Selector)
|