github.com/ngocphuongnb/tetua@v0.0.7-alpha/packages/entrepository/ent/predicate/predicate.go (about) 1 // Code generated by entc, DO NOT EDIT. 2 3 package predicate 4 5 import ( 6 "entgo.io/ent/dialect/sql" 7 ) 8 9 // Comment is the predicate function for comment builders. 10 type Comment func(*sql.Selector) 11 12 // File is the predicate function for file builders. 13 type File func(*sql.Selector) 14 15 // Page is the predicate function for page builders. 16 type Page func(*sql.Selector) 17 18 // Permission is the predicate function for permission builders. 19 type Permission func(*sql.Selector) 20 21 // Post is the predicate function for post builders. 22 type Post func(*sql.Selector) 23 24 // Role is the predicate function for role builders. 25 type Role func(*sql.Selector) 26 27 // Setting is the predicate function for setting builders. 28 type Setting func(*sql.Selector) 29 30 // Topic is the predicate function for topic builders. 31 type Topic func(*sql.Selector) 32 33 // User is the predicate function for user builders. 34 type User func(*sql.Selector)