crowdsec/pkg/database/ent/predicate/predicate.go
Thibault "bui" Koechlin 28446b6d29
Ent update : 0.7.0 (#692)
* up regenerate new schema

* new ent

* update documentation for min required versions

* update documentation
2021-03-15 18:46:52 +01:00

26 lines
639 B
Go

// Code generated by entc, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// Alert is the predicate function for alert builders.
type Alert func(*sql.Selector)
// Bouncer is the predicate function for bouncer builders.
type Bouncer func(*sql.Selector)
// Decision is the predicate function for decision builders.
type Decision func(*sql.Selector)
// Event is the predicate function for event builders.
type Event func(*sql.Selector)
// Machine is the predicate function for machine builders.
type Machine func(*sql.Selector)
// Meta is the predicate function for meta builders.
type Meta func(*sql.Selector)