bitbucket.org/Aishee/synsec@v0.0.0-20210414005726-236fc01a153d/pkg/database/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 // Alert is the predicate function for alert builders. 10 type Alert func(*sql.Selector) 11 12 // Bouncer is the predicate function for bouncer builders. 13 type Bouncer func(*sql.Selector) 14 15 // Decision is the predicate function for decision builders. 16 type Decision func(*sql.Selector) 17 18 // Event is the predicate function for event builders. 19 type Event func(*sql.Selector) 20 21 // Machine is the predicate function for machine builders. 22 type Machine func(*sql.Selector) 23 24 // Meta is the predicate function for meta builders. 25 type Meta func(*sql.Selector)