-
-
Notifications
You must be signed in to change notification settings - Fork 281
/
predicate.go
40 lines (27 loc) · 1.12 KB
/
predicate.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// API is the predicate function for api builders.
type API func(*sql.Selector)
// 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)
// Menu is the predicate function for menu builders.
type Menu func(*sql.Selector)
// MenuParam is the predicate function for menuparam builders.
type MenuParam func(*sql.Selector)
// OauthProvider is the predicate function for oauthprovider builders.
type OauthProvider func(*sql.Selector)
// Position is the predicate function for position builders.
type Position 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)